Shades of Mahogany #DB4144
Tints of Mahogany #DB4144
RGB
CMYK
RGB Variations
Color information
#DB4144 (or 0xDB4144) is known color: Mahogany. HEX triplet: DB, 41 and 44. RGB value is (219,65,68). Sum of RGB (Red+Green+Blue) = 219+65+68=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4144 is #24BEBB. Grayscale: #6F6F6F. Windows color (decimal): -2408124 or 4473307. OLE color: 4473307.
HSL color Cylindrical-coordinate representation of color #DB4144: hue angle of 358.83º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4144 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 68 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.14 |
| HSL | 358.83º | 0.68% | 0.56% | - |
| HSV(B) | 358.83º | 0.7% | 0.86% | - |
| XYZ | 32.15 | 19.26 | 7.49 | - |
| YUV | 111.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 68 | 0 | 0.70 | 0.69 | 0.14 | 358.83 | 0.68 | 0.56 |
| Hex | DB | 41 | 44 | 0 | 46 | 45 | E | 167 | 44 | 38 |
| Octal | 333 | 101 | 104 | 0 | 106 | 105 | 16 | 547 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1000100 | 0 | 1000110 | 1000101 | 1110 | 101100111 | 1000100 | 111000 |
Color Harmonies of #DB4144
Complementary color
Monochromatic Colors of #DB4144
Black with #DB4144
Text Example
Text Example
White with #DB4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4144; }
p { color: rgb(219,65,68); }
H1.HeaderClassName
{
color: #DB4144;
}
.AnyTagClassName
{
color: #DB4144;
}
</style>
background-color css
<style>
a { background-color: #DB4144; }
a { background-color: rgb(219,65,68); }
div.DivClassName
{
background-color: #DB4144;
}
.BgClassName
{
background-color: #DB4144;
}
</style>
border-color css
<style>
span { border-color: #DB4144; }
span { border-color: rgb(219,65,68); }
td.TdClassName
{
border-color: #DB4144;
}
.TagClassName
{
border-color: #DB4144;
}
</style>