Shades of Mahogany #DB3639
Tints of Mahogany #DB3639
RGB
CMYK
RGB Variations
Color information
#DB3639 (or 0xDB3639) is known color: Mahogany. HEX triplet: DB, 36 and 39. RGB value is (219,54,57). Sum of RGB (Red+Green+Blue) = 219+54+57=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3639 is #24C9C6. Grayscale: #676767. Windows color (decimal): -2410951 or 3749595. OLE color: 3749595.
HSL color Cylindrical-coordinate representation of color #DB3639: hue angle of 358.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3639 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 57 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.14 |
| HSL | 358.91º | 0.7% | 0.54% | - |
| HSV(B) | 358.91º | 0.75% | 0.86% | - |
| XYZ | 31.27 | 17.99 | 5.7 | - |
| YUV | 103.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 57 | 0 | 0.75 | 0.74 | 0.14 | 358.91 | 0.7 | 0.54 |
| Hex | DB | 36 | 39 | 0 | 4B | 4A | E | 167 | 46 | 36 |
| Octal | 333 | 66 | 71 | 0 | 113 | 112 | 16 | 547 | 106 | 66 |
| Binary | 11011011 | 110110 | 111001 | 0 | 1001011 | 1001010 | 1110 | 101100111 | 1000110 | 110110 |
Color Harmonies of #DB3639
Complementary color
Monochromatic Colors of #DB3639
Black with #DB3639
Text Example
Text Example
White with #DB3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3639; }
p { color: rgb(219,54,57); }
H1.HeaderClassName
{
color: #DB3639;
}
.AnyTagClassName
{
color: #DB3639;
}
</style>
background-color css
<style>
a { background-color: #DB3639; }
a { background-color: rgb(219,54,57); }
div.DivClassName
{
background-color: #DB3639;
}
.BgClassName
{
background-color: #DB3639;
}
</style>
border-color css
<style>
span { border-color: #DB3639; }
span { border-color: rgb(219,54,57); }
td.TdClassName
{
border-color: #DB3639;
}
.TagClassName
{
border-color: #DB3639;
}
</style>