Shades of Mahogany #DB3D3E
Tints of Mahogany #DB3D3E
RGB
CMYK
RGB Variations
Color information
#DB3D3E (or 0xDB3D3E) is known color: Mahogany. HEX triplet: DB, 3D and 3E. RGB value is (219,61,62). Sum of RGB (Red+Green+Blue) = 219+61+62=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D3E is #24C2C1. Grayscale: #6C6C6C. Windows color (decimal): -2409154 or 4079067. OLE color: 4079067.
HSL color Cylindrical-coordinate representation of color #DB3D3E: hue angle of 359.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D3E is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 62 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.14 |
| HSL | 359.62º | 0.69% | 0.55% | - |
| HSV(B) | 359.62º | 0.72% | 0.86% | - |
| XYZ | 31.75 | 18.75 | 6.5 | - |
| YUV | 108.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 62 | 0 | 0.72 | 0.72 | 0.14 | 359.62 | 0.69 | 0.55 |
| Hex | DB | 3D | 3E | 0 | 48 | 48 | E | 168 | 45 | 37 |
| Octal | 333 | 75 | 76 | 0 | 110 | 110 | 16 | 550 | 105 | 67 |
| Binary | 11011011 | 111101 | 111110 | 0 | 1001000 | 1001000 | 1110 | 101101000 | 1000101 | 110111 |
Color Harmonies of #DB3D3E
Complementary color
Monochromatic Colors of #DB3D3E
Black with #DB3D3E
Text Example
Text Example
White with #DB3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D3E; }
p { color: rgb(219,61,62); }
H1.HeaderClassName
{
color: #DB3D3E;
}
.AnyTagClassName
{
color: #DB3D3E;
}
</style>
background-color css
<style>
a { background-color: #DB3D3E; }
a { background-color: rgb(219,61,62); }
div.DivClassName
{
background-color: #DB3D3E;
}
.BgClassName
{
background-color: #DB3D3E;
}
</style>
border-color css
<style>
span { border-color: #DB3D3E; }
span { border-color: rgb(219,61,62); }
td.TdClassName
{
border-color: #DB3D3E;
}
.TagClassName
{
border-color: #DB3D3E;
}
</style>