Shades of Mahogany #DB383D
Tints of Mahogany #DB383D
RGB
CMYK
RGB Variations
Color information
#DB383D (or 0xDB383D) is known color: Mahogany. HEX triplet: DB, 38 and 3D. RGB value is (219,56,61). Sum of RGB (Red+Green+Blue) = 219+56+61=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB383D is #24C7C2. Grayscale: #696969. Windows color (decimal): -2410435 or 4012251. OLE color: 4012251.
HSL color Cylindrical-coordinate representation of color #DB383D: hue angle of 358.16º 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 #DB383D is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 61 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.14 |
| HSL | 358.16º | 0.69% | 0.54% | - |
| HSV(B) | 358.16º | 0.74% | 0.86% | - |
| XYZ | 31.47 | 18.23 | 6.27 | - |
| YUV | 105.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 61 | 0 | 0.74 | 0.72 | 0.14 | 358.16 | 0.69 | 0.54 |
| Hex | DB | 38 | 3D | 0 | 4A | 48 | E | 166 | 45 | 36 |
| Octal | 333 | 70 | 75 | 0 | 112 | 110 | 16 | 546 | 105 | 66 |
| Binary | 11011011 | 111000 | 111101 | 0 | 1001010 | 1001000 | 1110 | 101100110 | 1000101 | 110110 |
Color Harmonies of #DB383D
Complementary color
Monochromatic Colors of #DB383D
Black with #DB383D
Text Example
Text Example
White with #DB383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB383D; }
p { color: rgb(219,56,61); }
H1.HeaderClassName
{
color: #DB383D;
}
.AnyTagClassName
{
color: #DB383D;
}
</style>
background-color css
<style>
a { background-color: #DB383D; }
a { background-color: rgb(219,56,61); }
div.DivClassName
{
background-color: #DB383D;
}
.BgClassName
{
background-color: #DB383D;
}
</style>
border-color css
<style>
span { border-color: #DB383D; }
span { border-color: rgb(219,56,61); }
td.TdClassName
{
border-color: #DB383D;
}
.TagClassName
{
border-color: #DB383D;
}
</style>