Shades of Mahogany #DB3E43
Tints of Mahogany #DB3E43
RGB
CMYK
RGB Variations
Color information
#DB3E43 (or 0xDB3E43) is known color: Mahogany. HEX triplet: DB, 3E and 43. RGB value is (219,62,67). Sum of RGB (Red+Green+Blue) = 219+62+67=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E43 is #24C1BC. Grayscale: #6D6D6D. Windows color (decimal): -2408893 or 4407003. OLE color: 4407003.
HSL color Cylindrical-coordinate representation of color #DB3E43: hue angle of 358.09º 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 #DB3E43 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 67 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.14 |
| HSL | 358.09º | 0.69% | 0.55% | - |
| HSV(B) | 358.09º | 0.72% | 0.86% | - |
| XYZ | 31.95 | 18.91 | 7.28 | - |
| YUV | 109.51 | 104.01 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 67 | 0 | 0.72 | 0.69 | 0.14 | 358.09 | 0.69 | 0.55 |
| Hex | DB | 3E | 43 | 0 | 48 | 45 | E | 166 | 45 | 37 |
| Octal | 333 | 76 | 103 | 0 | 110 | 105 | 16 | 546 | 105 | 67 |
| Binary | 11011011 | 111110 | 1000011 | 0 | 1001000 | 1000101 | 1110 | 101100110 | 1000101 | 110111 |
Color Harmonies of #DB3E43
Complementary color
Monochromatic Colors of #DB3E43
Black with #DB3E43
Text Example
Text Example
White with #DB3E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E43; }
p { color: rgb(219,62,67); }
H1.HeaderClassName
{
color: #DB3E43;
}
.AnyTagClassName
{
color: #DB3E43;
}
</style>
background-color css
<style>
a { background-color: #DB3E43; }
a { background-color: rgb(219,62,67); }
div.DivClassName
{
background-color: #DB3E43;
}
.BgClassName
{
background-color: #DB3E43;
}
</style>
border-color css
<style>
span { border-color: #DB3E43; }
span { border-color: rgb(219,62,67); }
td.TdClassName
{
border-color: #DB3E43;
}
.TagClassName
{
border-color: #DB3E43;
}
</style>