Shades of Mahogany #DB363A
Tints of Mahogany #DB363A
RGB
CMYK
RGB Variations
Color information
#DB363A (or 0xDB363A) is known color: Mahogany. HEX triplet: DB, 36 and 3A. RGB value is (219,54,58). Sum of RGB (Red+Green+Blue) = 219+54+58=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB363A is #24C9C5. Grayscale: #676767. Windows color (decimal): -2410950 or 3815131. OLE color: 3815131.
HSL color Cylindrical-coordinate representation of color #DB363A: hue angle of 358.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB363A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 58 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.14 |
| HSL | 358.55º | 0.7% | 0.54% | - |
| HSV(B) | 358.55º | 0.75% | 0.86% | - |
| XYZ | 31.3 | 18 | 5.83 | - |
| YUV | 103.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 58 | 0 | 0.75 | 0.74 | 0.14 | 358.55 | 0.7 | 0.54 |
| Hex | DB | 36 | 3A | 0 | 4B | 4A | E | 167 | 46 | 36 |
| Octal | 333 | 66 | 72 | 0 | 113 | 112 | 16 | 547 | 106 | 66 |
| Binary | 11011011 | 110110 | 111010 | 0 | 1001011 | 1001010 | 1110 | 101100111 | 1000110 | 110110 |
Color Harmonies of #DB363A
Complementary color
Monochromatic Colors of #DB363A
Black with #DB363A
Text Example
Text Example
White with #DB363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB363A; }
p { color: rgb(219,54,58); }
H1.HeaderClassName
{
color: #DB363A;
}
.AnyTagClassName
{
color: #DB363A;
}
</style>
background-color css
<style>
a { background-color: #DB363A; }
a { background-color: rgb(219,54,58); }
div.DivClassName
{
background-color: #DB363A;
}
.BgClassName
{
background-color: #DB363A;
}
</style>
border-color css
<style>
span { border-color: #DB363A; }
span { border-color: rgb(219,54,58); }
td.TdClassName
{
border-color: #DB363A;
}
.TagClassName
{
border-color: #DB363A;
}
</style>