Shades of Mahogany #DC4145
Tints of Mahogany #DC4145
RGB
CMYK
RGB Variations
Color information
#DC4145 (or 0xDC4145) is known color: Mahogany. HEX triplet: DC, 41 and 45. RGB value is (220,65,69). Sum of RGB (Red+Green+Blue) = 220+65+69=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4145 is #23BEBA. Grayscale: #6F6F6F. Windows color (decimal): -2342587 or 4538844. OLE color: 4538844.
HSL color Cylindrical-coordinate representation of color #DC4145: hue angle of 358.45º 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 #DC4145 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 69 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.14 |
| HSL | 358.45º | 0.69% | 0.56% | - |
| HSV(B) | 358.45º | 0.7% | 0.86% | - |
| XYZ | 32.48 | 19.43 | 7.67 | - |
| YUV | 111.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 69 | 0 | 0.70 | 0.69 | 0.14 | 358.45 | 0.69 | 0.56 |
| Hex | DC | 41 | 45 | 0 | 46 | 45 | E | 166 | 45 | 38 |
| Octal | 334 | 101 | 105 | 0 | 106 | 105 | 16 | 546 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1000101 | 0 | 1000110 | 1000101 | 1110 | 101100110 | 1000101 | 111000 |
Color Harmonies of #DC4145
Complementary color
Monochromatic Colors of #DC4145
Black with #DC4145
Text Example
Text Example
White with #DC4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4145; }
p { color: rgb(220,65,69); }
H1.HeaderClassName
{
color: #DC4145;
}
.AnyTagClassName
{
color: #DC4145;
}
</style>
background-color css
<style>
a { background-color: #DC4145; }
a { background-color: rgb(220,65,69); }
div.DivClassName
{
background-color: #DC4145;
}
.BgClassName
{
background-color: #DC4145;
}
</style>
border-color css
<style>
span { border-color: #DC4145; }
span { border-color: rgb(220,65,69); }
td.TdClassName
{
border-color: #DC4145;
}
.TagClassName
{
border-color: #DC4145;
}
</style>