Shades of Mahogany #DC4041
Tints of Mahogany #DC4041
RGB
CMYK
RGB Variations
Color information
#DC4041 (or 0xDC4041) is known color: Mahogany. HEX triplet: DC, 40 and 41. RGB value is (220,64,65). Sum of RGB (Red+Green+Blue) = 220+64+65=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4041 is #23BFBE. Grayscale: #6E6E6E. Windows color (decimal): -2342847 or 4276444. OLE color: 4276444.
HSL color Cylindrical-coordinate representation of color #DC4041: hue angle of 359.62º 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 #DC4041 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 65 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.14 |
| HSL | 359.62º | 0.69% | 0.56% | - |
| HSV(B) | 359.62º | 0.71% | 0.86% | - |
| XYZ | 32.3 | 19.26 | 7.02 | - |
| YUV | 110.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 65 | 0 | 0.71 | 0.70 | 0.14 | 359.62 | 0.69 | 0.56 |
| Hex | DC | 40 | 41 | 0 | 47 | 46 | E | 168 | 45 | 38 |
| Octal | 334 | 100 | 101 | 0 | 107 | 106 | 16 | 550 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1000001 | 0 | 1000111 | 1000110 | 1110 | 101101000 | 1000101 | 111000 |
Color Harmonies of #DC4041
Complementary color
Monochromatic Colors of #DC4041
Black with #DC4041
Text Example
Text Example
White with #DC4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4041; }
p { color: rgb(220,64,65); }
H1.HeaderClassName
{
color: #DC4041;
}
.AnyTagClassName
{
color: #DC4041;
}
</style>
background-color css
<style>
a { background-color: #DC4041; }
a { background-color: rgb(220,64,65); }
div.DivClassName
{
background-color: #DC4041;
}
.BgClassName
{
background-color: #DC4041;
}
</style>
border-color css
<style>
span { border-color: #DC4041; }
span { border-color: rgb(220,64,65); }
td.TdClassName
{
border-color: #DC4041;
}
.TagClassName
{
border-color: #DC4041;
}
</style>