Shades of Mahogany #DB393F
Tints of Mahogany #DB393F
RGB
CMYK
RGB Variations
Color information
#DB393F (or 0xDB393F) is known color: Mahogany. HEX triplet: DB, 39 and 3F. RGB value is (219,57,63). Sum of RGB (Red+Green+Blue) = 219+57+63=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB393F is #24C6C0. Grayscale: #6A6A6A. Windows color (decimal): -2410177 or 4143579. OLE color: 4143579.
HSL color Cylindrical-coordinate representation of color #DB393F: hue angle of 357.78º 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 #DB393F is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 63 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.14 |
| HSL | 357.78º | 0.69% | 0.54% | - |
| HSV(B) | 357.78º | 0.74% | 0.86% | - |
| XYZ | 31.57 | 18.35 | 6.58 | - |
| YUV | 106.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 63 | 0 | 0.74 | 0.71 | 0.14 | 357.78 | 0.69 | 0.54 |
| Hex | DB | 39 | 3F | 0 | 4A | 47 | E | 166 | 45 | 36 |
| Octal | 333 | 71 | 77 | 0 | 112 | 107 | 16 | 546 | 105 | 66 |
| Binary | 11011011 | 111001 | 111111 | 0 | 1001010 | 1000111 | 1110 | 101100110 | 1000101 | 110110 |
Color Harmonies of #DB393F
Complementary color
Monochromatic Colors of #DB393F
Black with #DB393F
Text Example
Text Example
White with #DB393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB393F; }
p { color: rgb(219,57,63); }
H1.HeaderClassName
{
color: #DB393F;
}
.AnyTagClassName
{
color: #DB393F;
}
</style>
background-color css
<style>
a { background-color: #DB393F; }
a { background-color: rgb(219,57,63); }
div.DivClassName
{
background-color: #DB393F;
}
.BgClassName
{
background-color: #DB393F;
}
</style>
border-color css
<style>
span { border-color: #DB393F; }
span { border-color: rgb(219,57,63); }
td.TdClassName
{
border-color: #DB393F;
}
.TagClassName
{
border-color: #DB393F;
}
</style>