Shades of Mahogany #DB3C3F
Tints of Mahogany #DB3C3F
RGB
CMYK
RGB Variations
Color information
#DB3C3F (or 0xDB3C3F) is known color: Mahogany. HEX triplet: DB, 3C and 3F. RGB value is (219,60,63). Sum of RGB (Red+Green+Blue) = 219+60+63=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C3F is #24C3C0. Grayscale: #6C6C6C. Windows color (decimal): -2409409 or 4144347. OLE color: 4144347.
HSL color Cylindrical-coordinate representation of color #DB3C3F: hue angle of 358.87º 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 #DB3C3F is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 63 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.14 |
| HSL | 358.87º | 0.69% | 0.55% | - |
| HSV(B) | 358.87º | 0.73% | 0.86% | - |
| XYZ | 31.73 | 18.65 | 6.63 | - |
| YUV | 107.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 63 | 0 | 0.73 | 0.71 | 0.14 | 358.87 | 0.69 | 0.55 |
| Hex | DB | 3C | 3F | 0 | 49 | 47 | E | 167 | 45 | 37 |
| Octal | 333 | 74 | 77 | 0 | 111 | 107 | 16 | 547 | 105 | 67 |
| Binary | 11011011 | 111100 | 111111 | 0 | 1001001 | 1000111 | 1110 | 101100111 | 1000101 | 110111 |
Color Harmonies of #DB3C3F
Complementary color
Monochromatic Colors of #DB3C3F
Black with #DB3C3F
Text Example
Text Example
White with #DB3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C3F; }
p { color: rgb(219,60,63); }
H1.HeaderClassName
{
color: #DB3C3F;
}
.AnyTagClassName
{
color: #DB3C3F;
}
</style>
background-color css
<style>
a { background-color: #DB3C3F; }
a { background-color: rgb(219,60,63); }
div.DivClassName
{
background-color: #DB3C3F;
}
.BgClassName
{
background-color: #DB3C3F;
}
</style>
border-color css
<style>
span { border-color: #DB3C3F; }
span { border-color: rgb(219,60,63); }
td.TdClassName
{
border-color: #DB3C3F;
}
.TagClassName
{
border-color: #DB3C3F;
}
</style>