Shades of Mahogany #DB3943
Tints of Mahogany #DB3943
RGB
CMYK
RGB Variations
Color information
#DB3943 (or 0xDB3943) is known color: Mahogany. HEX triplet: DB, 39 and 43. RGB value is (219,57,67). Sum of RGB (Red+Green+Blue) = 219+57+67=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3943 is #24C6BC. Grayscale: #6A6A6A. Windows color (decimal): -2410173 or 4405723. OLE color: 4405723.
HSL color Cylindrical-coordinate representation of color #DB3943: hue angle of 356.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3943 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 67 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.14 |
| HSL | 356.3º | 0.69% | 0.54% | - |
| HSV(B) | 356.3º | 0.74% | 0.86% | - |
| XYZ | 31.69 | 18.39 | 7.19 | - |
| YUV | 106.58 | 105.67 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 67 | 0 | 0.74 | 0.69 | 0.14 | 356.3 | 0.69 | 0.54 |
| Hex | DB | 39 | 43 | 0 | 4A | 45 | E | 164 | 45 | 36 |
| Octal | 333 | 71 | 103 | 0 | 112 | 105 | 16 | 544 | 105 | 66 |
| Binary | 11011011 | 111001 | 1000011 | 0 | 1001010 | 1000101 | 1110 | 101100100 | 1000101 | 110110 |
Color Harmonies of #DB3943
Complementary color
Monochromatic Colors of #DB3943
Black with #DB3943
Text Example
Text Example
White with #DB3943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3943; }
p { color: rgb(219,57,67); }
H1.HeaderClassName
{
color: #DB3943;
}
.AnyTagClassName
{
color: #DB3943;
}
</style>
background-color css
<style>
a { background-color: #DB3943; }
a { background-color: rgb(219,57,67); }
div.DivClassName
{
background-color: #DB3943;
}
.BgClassName
{
background-color: #DB3943;
}
</style>
border-color css
<style>
span { border-color: #DB3943; }
span { border-color: rgb(219,57,67); }
td.TdClassName
{
border-color: #DB3943;
}
.TagClassName
{
border-color: #DB3943;
}
</style>