Shades of Mahogany #D5373B
Tints of Mahogany #D5373B
RGB
CMYK
RGB Variations
Color information
#D5373B (or 0xD5373B) is known color: Mahogany. HEX triplet: D5, 37 and 3B. RGB value is (213,55,59). Sum of RGB (Red+Green+Blue) = 213+55+59=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5373B is #2AC8C4. Grayscale: #666666. Windows color (decimal): -2803909 or 3880917. OLE color: 3880917.
HSL color Cylindrical-coordinate representation of color #D5373B: hue angle of 358.48º 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 #D5373B is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 59 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.16 |
| HSL | 358.48º | 0.65% | 0.53% | - |
| HSV(B) | 358.48º | 0.74% | 0.84% | - |
| XYZ | 29.6 | 17.19 | 5.9 | - |
| YUV | 102.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 59 | 0 | 0.74 | 0.72 | 0.16 | 358.48 | 0.65 | 0.53 |
| Hex | D5 | 37 | 3B | 0 | 4A | 48 | 10 | 166 | 41 | 35 |
| Octal | 325 | 67 | 73 | 0 | 112 | 110 | 20 | 546 | 101 | 65 |
| Binary | 11010101 | 110111 | 111011 | 0 | 1001010 | 1001000 | 10000 | 101100110 | 1000001 | 110101 |
Color Harmonies of #D5373B
Complementary color
Monochromatic Colors of #D5373B
Black with #D5373B
Text Example
Text Example
White with #D5373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5373B; }
p { color: rgb(213,55,59); }
H1.HeaderClassName
{
color: #D5373B;
}
.AnyTagClassName
{
color: #D5373B;
}
</style>
background-color css
<style>
a { background-color: #D5373B; }
a { background-color: rgb(213,55,59); }
div.DivClassName
{
background-color: #D5373B;
}
.BgClassName
{
background-color: #D5373B;
}
</style>
border-color css
<style>
span { border-color: #D5373B; }
span { border-color: rgb(213,55,59); }
td.TdClassName
{
border-color: #D5373B;
}
.TagClassName
{
border-color: #D5373B;
}
</style>