Shades of Mahogany #DB383A
Tints of Mahogany #DB383A
RGB
CMYK
RGB Variations
Color information
#DB383A (or 0xDB383A) is known color: Mahogany. HEX triplet: DB, 38 and 3A. RGB value is (219,56,58). Sum of RGB (Red+Green+Blue) = 219+56+58=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB383A is #24C7C5. Grayscale: #696969. Windows color (decimal): -2410438 or 3815643. OLE color: 3815643.
HSL color Cylindrical-coordinate representation of color #DB383A: hue angle of 359.26º 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 #DB383A is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 58 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.14 |
| HSL | 359.26º | 0.69% | 0.54% | - |
| HSV(B) | 359.26º | 0.74% | 0.86% | - |
| XYZ | 31.39 | 18.19 | 5.86 | - |
| YUV | 104.97 | 101.5 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 58 | 0 | 0.74 | 0.74 | 0.14 | 359.26 | 0.69 | 0.54 |
| Hex | DB | 38 | 3A | 0 | 4A | 4A | E | 167 | 45 | 36 |
| Octal | 333 | 70 | 72 | 0 | 112 | 112 | 16 | 547 | 105 | 66 |
| Binary | 11011011 | 111000 | 111010 | 0 | 1001010 | 1001010 | 1110 | 101100111 | 1000101 | 110110 |
Color Harmonies of #DB383A
Complementary color
Monochromatic Colors of #DB383A
Black with #DB383A
Text Example
Text Example
White with #DB383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB383A; }
p { color: rgb(219,56,58); }
H1.HeaderClassName
{
color: #DB383A;
}
.AnyTagClassName
{
color: #DB383A;
}
</style>
background-color css
<style>
a { background-color: #DB383A; }
a { background-color: rgb(219,56,58); }
div.DivClassName
{
background-color: #DB383A;
}
.BgClassName
{
background-color: #DB383A;
}
</style>
border-color css
<style>
span { border-color: #DB383A; }
span { border-color: rgb(219,56,58); }
td.TdClassName
{
border-color: #DB383A;
}
.TagClassName
{
border-color: #DB383A;
}
</style>