Shades of Mahogany #DB4042
Tints of Mahogany #DB4042
RGB
CMYK
RGB Variations
Color information
#DB4042 (or 0xDB4042) is known color: Mahogany. HEX triplet: DB, 40 and 42. RGB value is (219,64,66). Sum of RGB (Red+Green+Blue) = 219+64+66=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4042 is #24BFBD. Grayscale: #6E6E6E. Windows color (decimal): -2408382 or 4341979. OLE color: 4341979.
HSL color Cylindrical-coordinate representation of color #DB4042: hue angle of 359.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4042 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 66 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.14 |
| HSL | 359.23º | 0.68% | 0.55% | - |
| HSV(B) | 359.23º | 0.71% | 0.86% | - |
| XYZ | 32.03 | 19.12 | 7.16 | - |
| YUV | 110.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 66 | 0 | 0.71 | 0.70 | 0.14 | 359.23 | 0.68 | 0.55 |
| Hex | DB | 40 | 42 | 0 | 47 | 46 | E | 167 | 44 | 37 |
| Octal | 333 | 100 | 102 | 0 | 107 | 106 | 16 | 547 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1000010 | 0 | 1000111 | 1000110 | 1110 | 101100111 | 1000100 | 110111 |
Color Harmonies of #DB4042
Complementary color
Monochromatic Colors of #DB4042
Black with #DB4042
Text Example
Text Example
White with #DB4042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4042; }
p { color: rgb(219,64,66); }
H1.HeaderClassName
{
color: #DB4042;
}
.AnyTagClassName
{
color: #DB4042;
}
</style>
background-color css
<style>
a { background-color: #DB4042; }
a { background-color: rgb(219,64,66); }
div.DivClassName
{
background-color: #DB4042;
}
.BgClassName
{
background-color: #DB4042;
}
</style>
border-color css
<style>
span { border-color: #DB4042; }
span { border-color: rgb(219,64,66); }
td.TdClassName
{
border-color: #DB4042;
}
.TagClassName
{
border-color: #DB4042;
}
</style>