#D13036

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

Shades of Mahogany #D13036

Tints of Mahogany #D13036

Color information

#D13036 (or 0xD13036) is unknown color: approx Mahogany. HEX triplet: D1, 30 and 36. RGB value is (209,48,54). Sum of RGB (Red+Green+Blue) = 209+48+54=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D13036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13036 is #2ECFC9. Grayscale: #606060. Windows color (decimal): -3067850 or 3551441. OLE color: 3551441.

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

Color convert

RGB2094854-
CMYK00.770.740.18
HSL357.76º63.64%50.39%-
HSV(B)357.76º77.03%81.96%-
XYZ28.0215.945.09-
YUV96.82103.84208.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.20%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 54 (21.48% from 255) = 17.36%
R=67.20%
G=15.43%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209485400.770.740.18357.7663.6450.39
HexD1303604D4A121664032
Octal321606601151122254610062
Binary11010001110000110110010011011001010100101011001101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13036; }

 p { color: rgb(209,48,54); }

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

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

 a { background-color: rgb(209,48,54); }

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

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

 span { border-color: rgb(209,48,54); }

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