#D34047

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

Shades of Mahogany #D34047

Tints of Mahogany #D34047

Color information

#D34047 (or 0xD34047) is unknown color: approx Mahogany. HEX triplet: D3, 40 and 47. RGB value is (211,64,71). Sum of RGB (Red+Green+Blue) = 211+64+71=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D34047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34047 is #2CBFB8. Grayscale: #6C6C6C. Windows color (decimal): -2932665 or 4669651. OLE color: 4669651.

HSL color Cylindrical-coordinate representation of color #D34047: hue angle of 357.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34047 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB2116471-
CMYK00.700.660.17
HSL357.14º62.55%53.92%-
HSV(B)357.14º69.67%82.75%-
XYZ29.8317.977.86-
YUV108.75106.7200.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.98%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=60.98%
G=18.50%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211647100.700.660.17357.1462.5553.92
HexD3404704642111653f36
Octal3231001070106102215457766
Binary110100111000000100011101000110100001010001101100101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34047; }

 p { color: rgb(211,64,71); }

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

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

 a { background-color: rgb(211,64,71); }

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

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

 span { border-color: rgb(211,64,71); }

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