Shades of Mahogany #DB4044
Tints of Mahogany #DB4044
RGB
CMYK
RGB Variations
Color information
#DB4044 (or 0xDB4044) is known color: Mahogany. HEX triplet: DB, 40 and 44. RGB value is (219,64,68). Sum of RGB (Red+Green+Blue) = 219+64+68=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4044 is #24BFBB. Grayscale: #6E6E6E. Windows color (decimal): -2408380 or 4473051. OLE color: 4473051.
HSL color Cylindrical-coordinate representation of color #DB4044: hue angle of 358.45º 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 #DB4044 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 68 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.14 |
| HSL | 358.45º | 0.68% | 0.55% | - |
| HSV(B) | 358.45º | 0.71% | 0.86% | - |
| XYZ | 32.09 | 19.14 | 7.47 | - |
| YUV | 110.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 68 | 0 | 0.71 | 0.69 | 0.14 | 358.45 | 0.68 | 0.55 |
| Hex | DB | 40 | 44 | 0 | 47 | 45 | E | 166 | 44 | 37 |
| Octal | 333 | 100 | 104 | 0 | 107 | 105 | 16 | 546 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1000100 | 0 | 1000111 | 1000101 | 1110 | 101100110 | 1000100 | 110111 |
Color Harmonies of #DB4044
Complementary color
Monochromatic Colors of #DB4044
Black with #DB4044
Text Example
Text Example
White with #DB4044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4044; }
p { color: rgb(219,64,68); }
H1.HeaderClassName
{
color: #DB4044;
}
.AnyTagClassName
{
color: #DB4044;
}
</style>
background-color css
<style>
a { background-color: #DB4044; }
a { background-color: rgb(219,64,68); }
div.DivClassName
{
background-color: #DB4044;
}
.BgClassName
{
background-color: #DB4044;
}
</style>
border-color css
<style>
span { border-color: #DB4044; }
span { border-color: rgb(219,64,68); }
td.TdClassName
{
border-color: #DB4044;
}
.TagClassName
{
border-color: #DB4044;
}
</style>