Shades of Mahogany #D5373E
Tints of Mahogany #D5373E
RGB
CMYK
RGB Variations
Color information
#D5373E (or 0xD5373E) is known color: Mahogany. HEX triplet: D5, 37 and 3E. RGB value is (213,55,62). Sum of RGB (Red+Green+Blue) = 213+55+62=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5373E is #2AC8C1. Grayscale: #676767. Windows color (decimal): -2803906 or 4077525. OLE color: 4077525.
HSL color Cylindrical-coordinate representation of color #D5373E: hue angle of 357.34º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5373E is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 62 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.16 |
| HSL | 357.34º | 0.65% | 0.53% | - |
| HSV(B) | 357.34º | 0.74% | 0.84% | - |
| XYZ | 29.68 | 17.23 | 6.32 | - |
| YUV | 103.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 62 | 0 | 0.74 | 0.71 | 0.16 | 357.34 | 0.65 | 0.53 |
| Hex | D5 | 37 | 3E | 0 | 4A | 47 | 10 | 165 | 41 | 35 |
| Octal | 325 | 67 | 76 | 0 | 112 | 107 | 20 | 545 | 101 | 65 |
| Binary | 11010101 | 110111 | 111110 | 0 | 1001010 | 1000111 | 10000 | 101100101 | 1000001 | 110101 |
Color Harmonies of #D5373E
Complementary color
Monochromatic Colors of #D5373E
Black with #D5373E
Text Example
Text Example
White with #D5373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5373E; }
p { color: rgb(213,55,62); }
H1.HeaderClassName
{
color: #D5373E;
}
.AnyTagClassName
{
color: #D5373E;
}
</style>
background-color css
<style>
a { background-color: #D5373E; }
a { background-color: rgb(213,55,62); }
div.DivClassName
{
background-color: #D5373E;
}
.BgClassName
{
background-color: #D5373E;
}
</style>
border-color css
<style>
span { border-color: #D5373E; }
span { border-color: rgb(213,55,62); }
td.TdClassName
{
border-color: #D5373E;
}
.TagClassName
{
border-color: #D5373E;
}
</style>