Shades of Mahogany #DC4344
Tints of Mahogany #DC4344
RGB
CMYK
RGB Variations
Color information
#DC4344 (or 0xDC4344) is known color: Mahogany. HEX triplet: DC, 43 and 44. RGB value is (220,67,68). Sum of RGB (Red+Green+Blue) = 220+67+68=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4344 is #23BCBB. Grayscale: #717171. Windows color (decimal): -2342076 or 4473820. OLE color: 4473820.
HSL color Cylindrical-coordinate representation of color #DC4344: hue angle of 359.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4344 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 68 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.14 |
| HSL | 359.61º | 0.69% | 0.56% | - |
| HSV(B) | 359.61º | 0.7% | 0.86% | - |
| XYZ | 32.57 | 19.65 | 7.54 | - |
| YUV | 112.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 68 | 0 | 0.70 | 0.69 | 0.14 | 359.61 | 0.69 | 0.56 |
| Hex | DC | 43 | 44 | 0 | 46 | 45 | E | 168 | 45 | 38 |
| Octal | 334 | 103 | 104 | 0 | 106 | 105 | 16 | 550 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1000100 | 0 | 1000110 | 1000101 | 1110 | 101101000 | 1000101 | 111000 |
Color Harmonies of #DC4344
Complementary color
Monochromatic Colors of #DC4344
Black with #DC4344
Text Example
Text Example
White with #DC4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4344; }
p { color: rgb(220,67,68); }
H1.HeaderClassName
{
color: #DC4344;
}
.AnyTagClassName
{
color: #DC4344;
}
</style>
background-color css
<style>
a { background-color: #DC4344; }
a { background-color: rgb(220,67,68); }
div.DivClassName
{
background-color: #DC4344;
}
.BgClassName
{
background-color: #DC4344;
}
</style>
border-color css
<style>
span { border-color: #DC4344; }
span { border-color: rgb(220,67,68); }
td.TdClassName
{
border-color: #DC4344;
}
.TagClassName
{
border-color: #DC4344;
}
</style>