Shades of Mahogany #DB4046
Tints of Mahogany #DB4046
RGB
CMYK
RGB Variations
Color information
#DB4046 (or 0xDB4046) is known color: Mahogany. HEX triplet: DB, 40 and 46. RGB value is (219,64,70). Sum of RGB (Red+Green+Blue) = 219+64+70=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4046 is #24BFB9. Grayscale: #6F6F6F. Windows color (decimal): -2408378 or 4604123. OLE color: 4604123.
HSL color Cylindrical-coordinate representation of color #DB4046: hue angle of 357.68º 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 #DB4046 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 70 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.14 |
| HSL | 357.68º | 0.68% | 0.55% | - |
| HSV(B) | 357.68º | 0.71% | 0.86% | - |
| XYZ | 32.15 | 19.17 | 7.8 | - |
| YUV | 111.03 | 104.85 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 70 | 0 | 0.71 | 0.68 | 0.14 | 357.68 | 0.68 | 0.55 |
| Hex | DB | 40 | 46 | 0 | 47 | 44 | E | 166 | 44 | 37 |
| Octal | 333 | 100 | 106 | 0 | 107 | 104 | 16 | 546 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1000110 | 0 | 1000111 | 1000100 | 1110 | 101100110 | 1000100 | 110111 |
Color Harmonies of #DB4046
Complementary color
Monochromatic Colors of #DB4046
Black with #DB4046
Text Example
Text Example
White with #DB4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4046; }
p { color: rgb(219,64,70); }
H1.HeaderClassName
{
color: #DB4046;
}
.AnyTagClassName
{
color: #DB4046;
}
</style>
background-color css
<style>
a { background-color: #DB4046; }
a { background-color: rgb(219,64,70); }
div.DivClassName
{
background-color: #DB4046;
}
.BgClassName
{
background-color: #DB4046;
}
</style>
border-color css
<style>
span { border-color: #DB4046; }
span { border-color: rgb(219,64,70); }
td.TdClassName
{
border-color: #DB4046;
}
.TagClassName
{
border-color: #DB4046;
}
</style>