Shades of Mahogany #DB4047
Tints of Mahogany #DB4047
RGB
CMYK
RGB Variations
Color information
#DB4047 (or 0xDB4047) is known color: Mahogany. HEX triplet: DB, 40 and 47. RGB value is (219,64,71). Sum of RGB (Red+Green+Blue) = 219+64+71=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4047 is #24BFB8. Grayscale: #6F6F6F. Windows color (decimal): -2408377 or 4669659. OLE color: 4669659.
HSL color Cylindrical-coordinate representation of color #DB4047: hue angle of 357.29º 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 #DB4047 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 71 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.14 |
| HSL | 357.29º | 0.68% | 0.55% | - |
| HSV(B) | 357.29º | 0.71% | 0.86% | - |
| XYZ | 32.18 | 19.18 | 7.97 | - |
| YUV | 111.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 71 | 0 | 0.71 | 0.68 | 0.14 | 357.29 | 0.68 | 0.55 |
| Hex | DB | 40 | 47 | 0 | 47 | 44 | E | 165 | 44 | 37 |
| Octal | 333 | 100 | 107 | 0 | 107 | 104 | 16 | 545 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1000111 | 0 | 1000111 | 1000100 | 1110 | 101100101 | 1000100 | 110111 |
Color Harmonies of #DB4047
Complementary color
Monochromatic Colors of #DB4047
Black with #DB4047
Text Example
Text Example
White with #DB4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4047; }
p { color: rgb(219,64,71); }
H1.HeaderClassName
{
color: #DB4047;
}
.AnyTagClassName
{
color: #DB4047;
}
</style>
background-color css
<style>
a { background-color: #DB4047; }
a { background-color: rgb(219,64,71); }
div.DivClassName
{
background-color: #DB4047;
}
.BgClassName
{
background-color: #DB4047;
}
</style>
border-color css
<style>
span { border-color: #DB4047; }
span { border-color: rgb(219,64,71); }
td.TdClassName
{
border-color: #DB4047;
}
.TagClassName
{
border-color: #DB4047;
}
</style>