Shades of Mahogany #DB4247
Tints of Mahogany #DB4247
RGB
CMYK
RGB Variations
Color information
#DB4247 (or 0xDB4247) is known color: Mahogany. HEX triplet: DB, 42 and 47. RGB value is (219,66,71). Sum of RGB (Red+Green+Blue) = 219+66+71=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4247 is #24BDB8. Grayscale: #707070. Windows color (decimal): -2407865 or 4670171. OLE color: 4670171.
HSL color Cylindrical-coordinate representation of color #DB4247: hue angle of 358.04º 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 #DB4247 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 71 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.14 |
| HSL | 358.04º | 0.68% | 0.56% | - |
| HSV(B) | 358.04º | 0.7% | 0.86% | - |
| XYZ | 32.3 | 19.41 | 8.01 | - |
| YUV | 112.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 71 | 0 | 0.70 | 0.68 | 0.14 | 358.04 | 0.68 | 0.56 |
| Hex | DB | 42 | 47 | 0 | 46 | 44 | E | 166 | 44 | 38 |
| Octal | 333 | 102 | 107 | 0 | 106 | 104 | 16 | 546 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1000111 | 0 | 1000110 | 1000100 | 1110 | 101100110 | 1000100 | 111000 |
Color Harmonies of #DB4247
Complementary color
Monochromatic Colors of #DB4247
Black with #DB4247
Text Example
Text Example
White with #DB4247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4247; }
p { color: rgb(219,66,71); }
H1.HeaderClassName
{
color: #DB4247;
}
.AnyTagClassName
{
color: #DB4247;
}
</style>
background-color css
<style>
a { background-color: #DB4247; }
a { background-color: rgb(219,66,71); }
div.DivClassName
{
background-color: #DB4247;
}
.BgClassName
{
background-color: #DB4247;
}
</style>
border-color css
<style>
span { border-color: #DB4247; }
span { border-color: rgb(219,66,71); }
td.TdClassName
{
border-color: #DB4247;
}
.TagClassName
{
border-color: #DB4247;
}
</style>