Shades of Mahogany #DC4043
Tints of Mahogany #DC4043
RGB
CMYK
RGB Variations
Color information
#DC4043 (or 0xDC4043) is known color: Mahogany. HEX triplet: DC, 40 and 43. RGB value is (220,64,67). Sum of RGB (Red+Green+Blue) = 220+64+67=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4043 is #23BFBC. Grayscale: #6F6F6F. Windows color (decimal): -2342845 or 4407516. OLE color: 4407516.
HSL color Cylindrical-coordinate representation of color #DC4043: hue angle of 358.85º 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 #DC4043 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 67 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.14 |
| HSL | 358.85º | 0.69% | 0.56% | - |
| HSV(B) | 358.85º | 0.71% | 0.86% | - |
| XYZ | 32.36 | 19.29 | 7.33 | - |
| YUV | 110.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 67 | 0 | 0.71 | 0.70 | 0.14 | 358.85 | 0.69 | 0.56 |
| Hex | DC | 40 | 43 | 0 | 47 | 46 | E | 167 | 45 | 38 |
| Octal | 334 | 100 | 103 | 0 | 107 | 106 | 16 | 547 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1000011 | 0 | 1000111 | 1000110 | 1110 | 101100111 | 1000101 | 111000 |
Color Harmonies of #DC4043
Complementary color
Monochromatic Colors of #DC4043
Black with #DC4043
Text Example
Text Example
White with #DC4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4043; }
p { color: rgb(220,64,67); }
H1.HeaderClassName
{
color: #DC4043;
}
.AnyTagClassName
{
color: #DC4043;
}
</style>
background-color css
<style>
a { background-color: #DC4043; }
a { background-color: rgb(220,64,67); }
div.DivClassName
{
background-color: #DC4043;
}
.BgClassName
{
background-color: #DC4043;
}
</style>
border-color css
<style>
span { border-color: #DC4043; }
span { border-color: rgb(220,64,67); }
td.TdClassName
{
border-color: #DC4043;
}
.TagClassName
{
border-color: #DC4043;
}
</style>