Shades of Mahogany #DC4044
Tints of Mahogany #DC4044
RGB
CMYK
RGB Variations
Color information
#DC4044 (or 0xDC4044) is known color: 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
| RGB | 220 | 64 | 68 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.14 |
| HSL | 358.46º | 0.69% | 0.56% | - |
| HSV(B) | 358.46º | 0.71% | 0.86% | - |
| XYZ | 32.39 | 19.3 | 7.49 | - |
| YUV | 111.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 68 | 0 | 0.71 | 0.69 | 0.14 | 358.46 | 0.69 | 0.56 |
| Hex | DC | 40 | 44 | 0 | 47 | 45 | E | 166 | 45 | 38 |
| Octal | 334 | 100 | 104 | 0 | 107 | 105 | 16 | 546 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1000100 | 0 | 1000111 | 1000101 | 1110 | 101100110 | 1000101 | 111000 |
Color Harmonies of #DC4044
Complementary color
Monochromatic Colors of #DC4044
Black with #DC4044
Text Example
Text Example
White with #DC4044
Text Example
Text Example
HTML Codes & Css Web 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>