#D32E39

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

Shades of Mahogany #D32E39

Tints of Mahogany #D32E39

Color information

#D32E39 (or 0xD32E39) is unknown color: approx Mahogany. HEX triplet: D3, 2E and 39. RGB value is (211,46,57). Sum of RGB (Red+Green+Blue) = 211+46+57=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32E39 is #2CD1C6. Grayscale: #606060. Windows color (decimal): -2937287 or 3747539. OLE color: 3747539.

HSL color Cylindrical-coordinate representation of color #D32E39: hue angle of 356º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32E39 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB2114657-
CMYK00.780.730.17
HSL356º65.22%50.39%-
HSV(B)356º78.2%82.75%-
XYZ28.5816.15.47-
YUV96.59105.66209.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.20%
GREEN value IS 46 (18.36% from 255) = 14.65%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=67.20%
G=14.65%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211465700.780.730.1735665.2250.39
HexD32E3904E49111644132
Octal323567101161112154410162
Binary11010011101110111001010011101001001100011011001001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32E39; }

 p { color: rgb(211,46,57); }

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

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

 a { background-color: rgb(211,46,57); }

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

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

 span { border-color: rgb(211,46,57); }

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