#D34046

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

Shades of Mahogany #D34046

Tints of Mahogany #D34046

Color information

#D34046 (or 0xD34046) is unknown color: approx Mahogany. HEX triplet: D3, 40 and 46. RGB value is (211,64,70). Sum of RGB (Red+Green+Blue) = 211+64+70=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D34046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34046 is #2CBFB9. Grayscale: #6C6C6C. Windows color (decimal): -2932666 or 4604115. OLE color: 4604115.

HSL color Cylindrical-coordinate representation of color #D34046: hue angle of 357.55º 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 #D34046 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB2116470-
CMYK00.700.670.17
HSL357.55º62.55%53.92%-
HSV(B)357.55º69.67%82.75%-
XYZ29.817.967.69-
YUV108.64106.2201.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 61.16%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=61.16%
G=18.55%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211647000.700.670.17357.5562.5553.92
HexD3404604643111663f36
Octal3231001060106103215467766
Binary110100111000000100011001000110100001110001101100110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34046; }

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

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

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

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

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

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

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

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