Shades of Mahogany #DB4446
Tints of Mahogany #DB4446
RGB
CMYK
RGB Variations
Color information
#DB4446 (or 0xDB4446) is known color: Mahogany. HEX triplet: DB, 44 and 46. RGB value is (219,68,70). Sum of RGB (Red+Green+Blue) = 219+68+70=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4446 is #24BBB9. Grayscale: #717171. Windows color (decimal): -2407354 or 4605147. OLE color: 4605147.
HSL color Cylindrical-coordinate representation of color #DB4446: hue angle of 359.21º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4446 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 70 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.14 |
| HSL | 359.21º | 0.68% | 0.56% | - |
| HSV(B) | 359.21º | 0.69% | 0.86% | - |
| XYZ | 32.39 | 19.64 | 7.88 | - |
| YUV | 113.38 | 103.53 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 70 | 0 | 0.69 | 0.68 | 0.14 | 359.21 | 0.68 | 0.56 |
| Hex | DB | 44 | 46 | 0 | 45 | 44 | E | 167 | 44 | 38 |
| Octal | 333 | 104 | 106 | 0 | 105 | 104 | 16 | 547 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1000110 | 0 | 1000101 | 1000100 | 1110 | 101100111 | 1000100 | 111000 |
Color Harmonies of #DB4446
Complementary color
Monochromatic Colors of #DB4446
Black with #DB4446
Text Example
Text Example
White with #DB4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4446; }
p { color: rgb(219,68,70); }
H1.HeaderClassName
{
color: #DB4446;
}
.AnyTagClassName
{
color: #DB4446;
}
</style>
background-color css
<style>
a { background-color: #DB4446; }
a { background-color: rgb(219,68,70); }
div.DivClassName
{
background-color: #DB4446;
}
.BgClassName
{
background-color: #DB4446;
}
</style>
border-color css
<style>
span { border-color: #DB4446; }
span { border-color: rgb(219,68,70); }
td.TdClassName
{
border-color: #DB4446;
}
.TagClassName
{
border-color: #DB4446;
}
</style>