#D34244

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

Shades of Mahogany #D34244

Tints of Mahogany #D34244

Color information

#D34244 (or 0xD34244) is unknown color: approx Mahogany. HEX triplet: D3, 42 and 44. RGB value is (211,66,68). Sum of RGB (Red+Green+Blue) = 211+66+68=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D34244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34244 is #2CBDBB. Grayscale: #6D6D6D. Windows color (decimal): -2932156 or 4473555. OLE color: 4473555.

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

Color convert

RGB2116668-
CMYK00.690.680.17
HSL359.17º62.23%54.31%-
HSV(B)359.17º68.72%82.75%-
XYZ29.8618.167.4-
YUV109.58104.54200.34-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 61.16%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=61.16%
G=19.13%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211666800.690.680.17359.1762.2354.31
HexD3424404544111673e36
Octal3231021040105104215477666
Binary110100111000010100010001000101100010010001101100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34244; }

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

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

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

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

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

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

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

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