Shades of Mahogany #DB373F
Tints of Mahogany #DB373F
RGB
CMYK
RGB Variations
Color information
#DB373F (or 0xDB373F) is known color: Mahogany. HEX triplet: DB, 37 and 3F. RGB value is (219,55,63). Sum of RGB (Red+Green+Blue) = 219+55+63=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB373F is #24C8C0. Grayscale: #696969. Windows color (decimal): -2410689 or 4143067. OLE color: 4143067.
HSL color Cylindrical-coordinate representation of color #DB373F: hue angle of 357.07º degrees, saturation: 0.69, 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 #DB373F is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 63 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.14 |
| HSL | 357.07º | 0.69% | 0.54% | - |
| HSV(B) | 357.07º | 0.75% | 0.86% | - |
| XYZ | 31.48 | 18.15 | 6.55 | - |
| YUV | 104.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 63 | 0 | 0.75 | 0.71 | 0.14 | 357.07 | 0.69 | 0.54 |
| Hex | DB | 37 | 3F | 0 | 4B | 47 | E | 165 | 45 | 36 |
| Octal | 333 | 67 | 77 | 0 | 113 | 107 | 16 | 545 | 105 | 66 |
| Binary | 11011011 | 110111 | 111111 | 0 | 1001011 | 1000111 | 1110 | 101100101 | 1000101 | 110110 |
Color Harmonies of #DB373F
Complementary color
Monochromatic Colors of #DB373F
Black with #DB373F
Text Example
Text Example
White with #DB373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB373F; }
p { color: rgb(219,55,63); }
H1.HeaderClassName
{
color: #DB373F;
}
.AnyTagClassName
{
color: #DB373F;
}
</style>
background-color css
<style>
a { background-color: #DB373F; }
a { background-color: rgb(219,55,63); }
div.DivClassName
{
background-color: #DB373F;
}
.BgClassName
{
background-color: #DB373F;
}
</style>
border-color css
<style>
span { border-color: #DB373F; }
span { border-color: rgb(219,55,63); }
td.TdClassName
{
border-color: #DB373F;
}
.TagClassName
{
border-color: #DB373F;
}
</style>