Shades of Mahogany #DB363E
Tints of Mahogany #DB363E
RGB
CMYK
RGB Variations
Color information
#DB363E (or 0xDB363E) is known color: Mahogany. HEX triplet: DB, 36 and 3E. RGB value is (219,54,62). Sum of RGB (Red+Green+Blue) = 219+54+62=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB363E is #24C9C1. Grayscale: #686868. Windows color (decimal): -2410946 or 4077275. OLE color: 4077275.
HSL color Cylindrical-coordinate representation of color #DB363E: hue angle of 357.09º 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 #DB363E is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 62 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.14 |
| HSL | 357.09º | 0.7% | 0.54% | - |
| HSV(B) | 357.09º | 0.75% | 0.86% | - |
| XYZ | 31.4 | 18.05 | 6.39 | - |
| YUV | 104.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 62 | 0 | 0.75 | 0.72 | 0.14 | 357.09 | 0.7 | 0.54 |
| Hex | DB | 36 | 3E | 0 | 4B | 48 | E | 165 | 46 | 36 |
| Octal | 333 | 66 | 76 | 0 | 113 | 110 | 16 | 545 | 106 | 66 |
| Binary | 11011011 | 110110 | 111110 | 0 | 1001011 | 1001000 | 1110 | 101100101 | 1000110 | 110110 |
Color Harmonies of #DB363E
Complementary color
Monochromatic Colors of #DB363E
Black with #DB363E
Text Example
Text Example
White with #DB363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB363E; }
p { color: rgb(219,54,62); }
H1.HeaderClassName
{
color: #DB363E;
}
.AnyTagClassName
{
color: #DB363E;
}
</style>
background-color css
<style>
a { background-color: #DB363E; }
a { background-color: rgb(219,54,62); }
div.DivClassName
{
background-color: #DB363E;
}
.BgClassName
{
background-color: #DB363E;
}
</style>
border-color css
<style>
span { border-color: #DB363E; }
span { border-color: rgb(219,54,62); }
td.TdClassName
{
border-color: #DB363E;
}
.TagClassName
{
border-color: #DB363E;
}
</style>