Shades of Mahogany #D9373C
Tints of Mahogany #D9373C
RGB
CMYK
RGB Variations
Color information
#D9373C (or 0xD9373C) is known color: Mahogany. HEX triplet: D9, 37 and 3C. RGB value is (217,55,60). Sum of RGB (Red+Green+Blue) = 217+55+60=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9373C is #26C8C3. Grayscale: #686868. Windows color (decimal): -2541764 or 3946457. OLE color: 3946457.
HSL color Cylindrical-coordinate representation of color #D9373C: hue angle of 358.15º 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 #D9373C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 60 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.15 |
| HSL | 358.15º | 0.68% | 0.53% | - |
| HSV(B) | 358.15º | 0.75% | 0.85% | - |
| XYZ | 30.8 | 17.81 | 6.09 | - |
| YUV | 104.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 60 | 0 | 0.75 | 0.72 | 0.15 | 358.15 | 0.68 | 0.53 |
| Hex | D9 | 37 | 3C | 0 | 4B | 48 | F | 166 | 44 | 35 |
| Octal | 331 | 67 | 74 | 0 | 113 | 110 | 17 | 546 | 104 | 65 |
| Binary | 11011001 | 110111 | 111100 | 0 | 1001011 | 1001000 | 1111 | 101100110 | 1000100 | 110101 |
Color Harmonies of #D9373C
Complementary color
Monochromatic Colors of #D9373C
Black with #D9373C
Text Example
Text Example
White with #D9373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9373C; }
p { color: rgb(217,55,60); }
H1.HeaderClassName
{
color: #D9373C;
}
.AnyTagClassName
{
color: #D9373C;
}
</style>
background-color css
<style>
a { background-color: #D9373C; }
a { background-color: rgb(217,55,60); }
div.DivClassName
{
background-color: #D9373C;
}
.BgClassName
{
background-color: #D9373C;
}
</style>
border-color css
<style>
span { border-color: #D9373C; }
span { border-color: rgb(217,55,60); }
td.TdClassName
{
border-color: #D9373C;
}
.TagClassName
{
border-color: #D9373C;
}
</style>