Shades of Mahogany #D9373B
Tints of Mahogany #D9373B
RGB
CMYK
RGB Variations
Color information
#D9373B (or 0xD9373B) is known color: Mahogany. HEX triplet: D9, 37 and 3B. RGB value is (217,55,59). Sum of RGB (Red+Green+Blue) = 217+55+59=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9373B is #26C8C4. Grayscale: #686868. Windows color (decimal): -2541765 or 3880921. OLE color: 3880921.
HSL color Cylindrical-coordinate representation of color #D9373B: hue angle of 358.52º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9373B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 59 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.15 |
| HSL | 358.52º | 0.68% | 0.53% | - |
| HSV(B) | 358.52º | 0.75% | 0.85% | - |
| XYZ | 30.77 | 17.8 | 5.95 | - |
| YUV | 103.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 59 | 0 | 0.75 | 0.73 | 0.15 | 358.52 | 0.68 | 0.53 |
| Hex | D9 | 37 | 3B | 0 | 4B | 49 | F | 167 | 44 | 35 |
| Octal | 331 | 67 | 73 | 0 | 113 | 111 | 17 | 547 | 104 | 65 |
| Binary | 11011001 | 110111 | 111011 | 0 | 1001011 | 1001001 | 1111 | 101100111 | 1000100 | 110101 |
Color Harmonies of #D9373B
Complementary color
Monochromatic Colors of #D9373B
Black with #D9373B
Text Example
Text Example
White with #D9373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9373B; }
p { color: rgb(217,55,59); }
H1.HeaderClassName
{
color: #D9373B;
}
.AnyTagClassName
{
color: #D9373B;
}
</style>
background-color css
<style>
a { background-color: #D9373B; }
a { background-color: rgb(217,55,59); }
div.DivClassName
{
background-color: #D9373B;
}
.BgClassName
{
background-color: #D9373B;
}
</style>
border-color css
<style>
span { border-color: #D9373B; }
span { border-color: rgb(217,55,59); }
td.TdClassName
{
border-color: #D9373B;
}
.TagClassName
{
border-color: #D9373B;
}
</style>