Shades of Mahogany #DB3C44
Tints of Mahogany #DB3C44
RGB
CMYK
RGB Variations
Color information
#DB3C44 (or 0xDB3C44) is known color: Mahogany. HEX triplet: DB, 3C and 44. RGB value is (219,60,68). Sum of RGB (Red+Green+Blue) = 219+60+68=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C44 is #24C3BB. Grayscale: #6C6C6C. Windows color (decimal): -2409404 or 4472027. OLE color: 4472027.
HSL color Cylindrical-coordinate representation of color #DB3C44: hue angle of 356.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C44 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 68 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.14 |
| HSL | 356.98º | 0.69% | 0.55% | - |
| HSV(B) | 356.98º | 0.73% | 0.86% | - |
| XYZ | 31.87 | 18.71 | 7.4 | - |
| YUV | 108.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 68 | 0 | 0.73 | 0.69 | 0.14 | 356.98 | 0.69 | 0.55 |
| Hex | DB | 3C | 44 | 0 | 49 | 45 | E | 165 | 45 | 37 |
| Octal | 333 | 74 | 104 | 0 | 111 | 105 | 16 | 545 | 105 | 67 |
| Binary | 11011011 | 111100 | 1000100 | 0 | 1001001 | 1000101 | 1110 | 101100101 | 1000101 | 110111 |
Color Harmonies of #DB3C44
Complementary color
Monochromatic Colors of #DB3C44
Black with #DB3C44
Text Example
Text Example
White with #DB3C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C44; }
p { color: rgb(219,60,68); }
H1.HeaderClassName
{
color: #DB3C44;
}
.AnyTagClassName
{
color: #DB3C44;
}
</style>
background-color css
<style>
a { background-color: #DB3C44; }
a { background-color: rgb(219,60,68); }
div.DivClassName
{
background-color: #DB3C44;
}
.BgClassName
{
background-color: #DB3C44;
}
</style>
border-color css
<style>
span { border-color: #DB3C44; }
span { border-color: rgb(219,60,68); }
td.TdClassName
{
border-color: #DB3C44;
}
.TagClassName
{
border-color: #DB3C44;
}
</style>