#DC4044

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

Shades of Mahogany #DC4044

Tints of Mahogany #DC4044

Color information

#DC4044 (or 0xDC4044) is unknown color: approx Mahogany. HEX triplet: DC, 40 and 44. RGB value is (220,64,68). Sum of RGB (Red+Green+Blue) = 220+64+68=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4044 is #23BFBB. Grayscale: #6F6F6F. Windows color (decimal): -2342844 or 4473052. OLE color: 4473052.

HSL color Cylindrical-coordinate representation of color #DC4044: hue angle of 358.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4044 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB2206468-
CMYK00.710.690.14
HSL358.46º69.03%55.69%-
HSV(B)358.46º70.91%86.27%-
XYZ32.3919.37.49-
YUV111.1103.68205.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.5%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 68 (26.95% from 255) = 19.32%
R=62.5%
G=18.18%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220646800.710.690.14358.4669.0355.69
HexDC404404745E1664538
Octal33410010401071051654610570
Binary110111001000000100010001000111100010111101011001101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4044; }

 p { color: rgb(220,64,68); }

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

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

 a { background-color: rgb(220,64,68); }

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

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

 span { border-color: rgb(220,64,68); }

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