Shades of Mahogany #DB3D40
Tints of Mahogany #DB3D40
RGB
CMYK
RGB Variations
Color information
#DB3D40 (or 0xDB3D40) is known color: Mahogany. HEX triplet: DB, 3D and 40. RGB value is (219,61,64). Sum of RGB (Red+Green+Blue) = 219+61+64=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D40 is #24C2BF. Grayscale: #6C6C6C. Windows color (decimal): -2409152 or 4210139. OLE color: 4210139.
HSL color Cylindrical-coordinate representation of color #DB3D40: hue angle of 358.86º 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 #DB3D40 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 64 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.14 |
| HSL | 358.86º | 0.69% | 0.55% | - |
| HSV(B) | 358.86º | 0.72% | 0.86% | - |
| XYZ | 31.81 | 18.77 | 6.8 | - |
| YUV | 108.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 64 | 0 | 0.72 | 0.71 | 0.14 | 358.86 | 0.69 | 0.55 |
| Hex | DB | 3D | 40 | 0 | 48 | 47 | E | 167 | 45 | 37 |
| Octal | 333 | 75 | 100 | 0 | 110 | 107 | 16 | 547 | 105 | 67 |
| Binary | 11011011 | 111101 | 1000000 | 0 | 1001000 | 1000111 | 1110 | 101100111 | 1000101 | 110111 |
Color Harmonies of #DB3D40
Complementary color
Monochromatic Colors of #DB3D40
Black with #DB3D40
Text Example
Text Example
White with #DB3D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D40; }
p { color: rgb(219,61,64); }
H1.HeaderClassName
{
color: #DB3D40;
}
.AnyTagClassName
{
color: #DB3D40;
}
</style>
background-color css
<style>
a { background-color: #DB3D40; }
a { background-color: rgb(219,61,64); }
div.DivClassName
{
background-color: #DB3D40;
}
.BgClassName
{
background-color: #DB3D40;
}
</style>
border-color css
<style>
span { border-color: #DB3D40; }
span { border-color: rgb(219,61,64); }
td.TdClassName
{
border-color: #DB3D40;
}
.TagClassName
{
border-color: #DB3D40;
}
</style>