Shades of Mahogany #DC4446
Tints of Mahogany #DC4446
RGB
CMYK
RGB Variations
Color information
#DC4446 (or 0xDC4446) is known color: Mahogany. HEX triplet: DC, 44 and 46. RGB value is (220,68,70). Sum of RGB (Red+Green+Blue) = 220+68+70=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4446 is #23BBB9. Grayscale: #717171. Windows color (decimal): -2341818 or 4605148. OLE color: 4605148.
HSL color Cylindrical-coordinate representation of color #DC4446: hue angle of 359.21º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4446 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 70 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.14 |
| HSL | 359.21º | 0.68% | 0.56% | - |
| HSV(B) | 359.21º | 0.69% | 0.86% | - |
| XYZ | 32.69 | 19.79 | 7.89 | - |
| YUV | 113.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 70 | 0 | 0.69 | 0.68 | 0.14 | 359.21 | 0.68 | 0.56 |
| Hex | DC | 44 | 46 | 0 | 45 | 44 | E | 167 | 44 | 38 |
| Octal | 334 | 104 | 106 | 0 | 105 | 104 | 16 | 547 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1000110 | 0 | 1000101 | 1000100 | 1110 | 101100111 | 1000100 | 111000 |
Color Harmonies of #DC4446
Complementary color
Monochromatic Colors of #DC4446
Black with #DC4446
Text Example
Text Example
White with #DC4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4446; }
p { color: rgb(220,68,70); }
H1.HeaderClassName
{
color: #DC4446;
}
.AnyTagClassName
{
color: #DC4446;
}
</style>
background-color css
<style>
a { background-color: #DC4446; }
a { background-color: rgb(220,68,70); }
div.DivClassName
{
background-color: #DC4446;
}
.BgClassName
{
background-color: #DC4446;
}
</style>
border-color css
<style>
span { border-color: #DC4446; }
span { border-color: rgb(220,68,70); }
td.TdClassName
{
border-color: #DC4446;
}
.TagClassName
{
border-color: #DC4446;
}
</style>