#D1313A

Color #D1313A Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #D1313A

Tints of Mahogany #D1313A

Color information

#D1313A (or 0xD1313A) is unknown color: approx Mahogany. HEX triplet: D1, 31 and 3A. RGB value is (209,49,58). Sum of RGB (Red+Green+Blue) = 209+49+58=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1313A is #2ECEC5. Grayscale: #616161. Windows color (decimal): -3067590 or 3813841. OLE color: 3813841.

HSL color Cylindrical-coordinate representation of color #D1313A: hue angle of 356.62º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1313A is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2094958-
CMYK00.770.720.18
HSL356.62º63.49%50.59%-
HSV(B)356.62º76.56%81.96%-
XYZ28.1616.065.62-
YUV97.87105.51207.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 66.14%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=66.14%
G=15.51%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209495800.770.720.18356.6263.4950.59
HexD1313A04D48121653f33
Octal32161720115110225457763
Binary1101000111000111101001001101100100010010101100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1313A; }

 p { color: rgb(209,49,58); }

 H1.HeaderClassName
 {
   color: #D1313A;
 }
 .AnyTagClassName
 {
   color: #D1313A;
 }
</style>
background-color css

<style>
 a { background-color: #D1313A; }

 a { background-color: rgb(209,49,58); }

 div.DivClassName
 {
   background-color: #D1313A;
 }
 .BgClassName
 {
   background-color: #D1313A;
 }
</style>
border-color css

<style>
 span { border-color: #D1313A; }

 span { border-color: rgb(209,49,58); }

 td.TdClassName
 {
   border-color: #D1313A;
 }
 .TagClassName
 {
   border-color: #D1313A;
 }
</style>