Shades of Mahogany #DB373B
Tints of Mahogany #DB373B
RGB
CMYK
RGB Variations
Color information
#DB373B (or 0xDB373B) is known color: Mahogany. HEX triplet: DB, 37 and 3B. RGB value is (219,55,59). Sum of RGB (Red+Green+Blue) = 219+55+59=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB373B is #24C8C4. Grayscale: #686868. Windows color (decimal): -2410693 or 3880923. OLE color: 3880923.
HSL color Cylindrical-coordinate representation of color #DB373B: hue angle of 358.54º 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 #DB373B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 59 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.14 |
| HSL | 358.54º | 0.69% | 0.54% | - |
| HSV(B) | 358.54º | 0.75% | 0.86% | - |
| XYZ | 31.37 | 18.11 | 5.98 | - |
| YUV | 104.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 59 | 0 | 0.75 | 0.73 | 0.14 | 358.54 | 0.69 | 0.54 |
| Hex | DB | 37 | 3B | 0 | 4B | 49 | E | 167 | 45 | 36 |
| Octal | 333 | 67 | 73 | 0 | 113 | 111 | 16 | 547 | 105 | 66 |
| Binary | 11011011 | 110111 | 111011 | 0 | 1001011 | 1001001 | 1110 | 101100111 | 1000101 | 110110 |
Color Harmonies of #DB373B
Complementary color
Monochromatic Colors of #DB373B
Black with #DB373B
Text Example
Text Example
White with #DB373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB373B; }
p { color: rgb(219,55,59); }
H1.HeaderClassName
{
color: #DB373B;
}
.AnyTagClassName
{
color: #DB373B;
}
</style>
background-color css
<style>
a { background-color: #DB373B; }
a { background-color: rgb(219,55,59); }
div.DivClassName
{
background-color: #DB373B;
}
.BgClassName
{
background-color: #DB373B;
}
</style>
border-color css
<style>
span { border-color: #DB373B; }
span { border-color: rgb(219,55,59); }
td.TdClassName
{
border-color: #DB373B;
}
.TagClassName
{
border-color: #DB373B;
}
</style>