Shades of Mahogany #DB4345
Tints of Mahogany #DB4345
RGB
CMYK
RGB Variations
Color information
#DB4345 (or 0xDB4345) is known color: Mahogany. HEX triplet: DB, 43 and 45. RGB value is (219,67,69). Sum of RGB (Red+Green+Blue) = 219+67+69=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4345 is #24BCBA. Grayscale: #707070. Windows color (decimal): -2407611 or 4539355. OLE color: 4539355.
HSL color Cylindrical-coordinate representation of color #DB4345: hue angle of 359.21º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4345 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 69 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.14 |
| HSL | 359.21º | 0.68% | 0.56% | - |
| HSV(B) | 359.21º | 0.69% | 0.86% | - |
| XYZ | 32.29 | 19.5 | 7.69 | - |
| YUV | 112.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 69 | 0 | 0.69 | 0.68 | 0.14 | 359.21 | 0.68 | 0.56 |
| Hex | DB | 43 | 45 | 0 | 45 | 44 | E | 167 | 44 | 38 |
| Octal | 333 | 103 | 105 | 0 | 105 | 104 | 16 | 547 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1000101 | 0 | 1000101 | 1000100 | 1110 | 101100111 | 1000100 | 111000 |
Color Harmonies of #DB4345
Complementary color
Monochromatic Colors of #DB4345
Black with #DB4345
Text Example
Text Example
White with #DB4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4345; }
p { color: rgb(219,67,69); }
H1.HeaderClassName
{
color: #DB4345;
}
.AnyTagClassName
{
color: #DB4345;
}
</style>
background-color css
<style>
a { background-color: #DB4345; }
a { background-color: rgb(219,67,69); }
div.DivClassName
{
background-color: #DB4345;
}
.BgClassName
{
background-color: #DB4345;
}
</style>
border-color css
<style>
span { border-color: #DB4345; }
span { border-color: rgb(219,67,69); }
td.TdClassName
{
border-color: #DB4345;
}
.TagClassName
{
border-color: #DB4345;
}
</style>