Shades of Mahogany #DB3C3D
Tints of Mahogany #DB3C3D
RGB
CMYK
RGB Variations
Color information
#DB3C3D (or 0xDB3C3D) is known color: Mahogany. HEX triplet: DB, 3C and 3D. RGB value is (219,60,61). Sum of RGB (Red+Green+Blue) = 219+60+61=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C3D is #24C3C2. Grayscale: #6B6B6B. Windows color (decimal): -2409411 or 4013275. OLE color: 4013275.
HSL color Cylindrical-coordinate representation of color #DB3C3D: hue angle of 359.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C3D is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 61 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.14 |
| HSL | 359.62º | 0.69% | 0.55% | - |
| HSV(B) | 359.62º | 0.73% | 0.86% | - |
| XYZ | 31.67 | 18.63 | 6.34 | - |
| YUV | 107.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 61 | 0 | 0.73 | 0.72 | 0.14 | 359.62 | 0.69 | 0.55 |
| Hex | DB | 3C | 3D | 0 | 49 | 48 | E | 168 | 45 | 37 |
| Octal | 333 | 74 | 75 | 0 | 111 | 110 | 16 | 550 | 105 | 67 |
| Binary | 11011011 | 111100 | 111101 | 0 | 1001001 | 1001000 | 1110 | 101101000 | 1000101 | 110111 |
Color Harmonies of #DB3C3D
Complementary color
Monochromatic Colors of #DB3C3D
Black with #DB3C3D
Text Example
Text Example
White with #DB3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C3D; }
p { color: rgb(219,60,61); }
H1.HeaderClassName
{
color: #DB3C3D;
}
.AnyTagClassName
{
color: #DB3C3D;
}
</style>
background-color css
<style>
a { background-color: #DB3C3D; }
a { background-color: rgb(219,60,61); }
div.DivClassName
{
background-color: #DB3C3D;
}
.BgClassName
{
background-color: #DB3C3D;
}
</style>
border-color css
<style>
span { border-color: #DB3C3D; }
span { border-color: rgb(219,60,61); }
td.TdClassName
{
border-color: #DB3C3D;
}
.TagClassName
{
border-color: #DB3C3D;
}
</style>