Shades of Mahogany #DB3B41
Tints of Mahogany #DB3B41
RGB
CMYK
RGB Variations
Color information
#DB3B41 (or 0xDB3B41) is known color: Mahogany. HEX triplet: DB, 3B and 41. RGB value is (219,59,65). Sum of RGB (Red+Green+Blue) = 219+59+65=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B41 is #24C4BE. Grayscale: #6B6B6B. Windows color (decimal): -2409663 or 4275163. OLE color: 4275163.
HSL color Cylindrical-coordinate representation of color #DB3B41: hue angle of 357.75º 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 #DB3B41 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 65 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.14 |
| HSL | 357.75º | 0.69% | 0.55% | - |
| HSV(B) | 357.75º | 0.73% | 0.86% | - |
| XYZ | 31.73 | 18.57 | 6.91 | - |
| YUV | 107.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 65 | 0 | 0.73 | 0.70 | 0.14 | 357.75 | 0.69 | 0.55 |
| Hex | DB | 3B | 41 | 0 | 49 | 46 | E | 166 | 45 | 37 |
| Octal | 333 | 73 | 101 | 0 | 111 | 106 | 16 | 546 | 105 | 67 |
| Binary | 11011011 | 111011 | 1000001 | 0 | 1001001 | 1000110 | 1110 | 101100110 | 1000101 | 110111 |
Color Harmonies of #DB3B41
Complementary color
Monochromatic Colors of #DB3B41
Black with #DB3B41
Text Example
Text Example
White with #DB3B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B41; }
p { color: rgb(219,59,65); }
H1.HeaderClassName
{
color: #DB3B41;
}
.AnyTagClassName
{
color: #DB3B41;
}
</style>
background-color css
<style>
a { background-color: #DB3B41; }
a { background-color: rgb(219,59,65); }
div.DivClassName
{
background-color: #DB3B41;
}
.BgClassName
{
background-color: #DB3B41;
}
</style>
border-color css
<style>
span { border-color: #DB3B41; }
span { border-color: rgb(219,59,65); }
td.TdClassName
{
border-color: #DB3B41;
}
.TagClassName
{
border-color: #DB3B41;
}
</style>