Shades of Mahogany #DB3B44
Tints of Mahogany #DB3B44
RGB
CMYK
RGB Variations
Color information
#DB3B44 (or 0xDB3B44) is known color: Mahogany. HEX triplet: DB, 3B and 44. RGB value is (219,59,68). Sum of RGB (Red+Green+Blue) = 219+59+68=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B44 is #24C4BB. Grayscale: #6B6B6B. Windows color (decimal): -2409660 or 4471771. OLE color: 4471771.
HSL color Cylindrical-coordinate representation of color #DB3B44: hue angle of 356.62º 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 #DB3B44 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 68 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.14 |
| HSL | 356.63º | 0.69% | 0.55% | - |
| HSV(B) | 356.63º | 0.73% | 0.86% | - |
| XYZ | 31.82 | 18.61 | 7.38 | - |
| YUV | 107.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 68 | 0 | 0.73 | 0.69 | 0.14 | 356.63 | 0.69 | 0.55 |
| Hex | DB | 3B | 44 | 0 | 49 | 45 | E | 165 | 45 | 37 |
| Octal | 333 | 73 | 104 | 0 | 111 | 105 | 16 | 545 | 105 | 67 |
| Binary | 11011011 | 111011 | 1000100 | 0 | 1001001 | 1000101 | 1110 | 101100101 | 1000101 | 110111 |
Color Harmonies of #DB3B44
Complementary color
Monochromatic Colors of #DB3B44
Black with #DB3B44
Text Example
Text Example
White with #DB3B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B44; }
p { color: rgb(219,59,68); }
H1.HeaderClassName
{
color: #DB3B44;
}
.AnyTagClassName
{
color: #DB3B44;
}
</style>
background-color css
<style>
a { background-color: #DB3B44; }
a { background-color: rgb(219,59,68); }
div.DivClassName
{
background-color: #DB3B44;
}
.BgClassName
{
background-color: #DB3B44;
}
</style>
border-color css
<style>
span { border-color: #DB3B44; }
span { border-color: rgb(219,59,68); }
td.TdClassName
{
border-color: #DB3B44;
}
.TagClassName
{
border-color: #DB3B44;
}
</style>