#D34245

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

Shades of Mahogany #D34245

Tints of Mahogany #D34245

Color information

#D34245 (or 0xD34245) is unknown color: approx Mahogany. HEX triplet: D3, 42 and 45. RGB value is (211,66,69). Sum of RGB (Red+Green+Blue) = 211+66+69=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D34245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34245 is #2CBDBA. Grayscale: #6D6D6D. Windows color (decimal): -2932155 or 4539091. OLE color: 4539091.

HSL color Cylindrical-coordinate representation of color #D34245: hue angle of 358.76º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34245 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB2116669-
CMYK00.690.670.17
HSL358.76º62.23%54.31%-
HSV(B)358.76º68.72%82.75%-
XYZ29.8918.177.56-
YUV109.7105.04200.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.98%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=60.98%
G=19.08%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211666900.690.670.17358.7662.2354.31
HexD3424504543111673e36
Octal3231021050105103215477666
Binary110100111000010100010101000101100001110001101100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34245; }

 p { color: rgb(211,66,69); }

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

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

 a { background-color: rgb(211,66,69); }

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

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

 span { border-color: rgb(211,66,69); }

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