Shades of Mahogany #DC4045
Tints of Mahogany #DC4045
RGB
CMYK
RGB Variations
Color information
#DC4045 (or 0xDC4045) is known color: Mahogany. HEX triplet: DC, 40 and 45. RGB value is (220,64,69). Sum of RGB (Red+Green+Blue) = 220+64+69=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4045 is #23BFBA. Grayscale: #6F6F6F. Windows color (decimal): -2342843 or 4538588. OLE color: 4538588.
HSL color Cylindrical-coordinate representation of color #DC4045: hue angle of 358.08º 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 #DC4045 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 69 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.14 |
| HSL | 358.08º | 0.69% | 0.56% | - |
| HSV(B) | 358.08º | 0.71% | 0.86% | - |
| XYZ | 32.42 | 19.31 | 7.65 | - |
| YUV | 111.21 | 104.18 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 69 | 0 | 0.71 | 0.69 | 0.14 | 358.08 | 0.69 | 0.56 |
| Hex | DC | 40 | 45 | 0 | 47 | 45 | E | 166 | 45 | 38 |
| Octal | 334 | 100 | 105 | 0 | 107 | 105 | 16 | 546 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1000101 | 0 | 1000111 | 1000101 | 1110 | 101100110 | 1000101 | 111000 |
Color Harmonies of #DC4045
Complementary color
Monochromatic Colors of #DC4045
Black with #DC4045
Text Example
Text Example
White with #DC4045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4045; }
p { color: rgb(220,64,69); }
H1.HeaderClassName
{
color: #DC4045;
}
.AnyTagClassName
{
color: #DC4045;
}
</style>
background-color css
<style>
a { background-color: #DC4045; }
a { background-color: rgb(220,64,69); }
div.DivClassName
{
background-color: #DC4045;
}
.BgClassName
{
background-color: #DC4045;
}
</style>
border-color css
<style>
span { border-color: #DC4045; }
span { border-color: rgb(220,64,69); }
td.TdClassName
{
border-color: #DC4045;
}
.TagClassName
{
border-color: #DC4045;
}
</style>