Shades of Mahogany #D5353C
Tints of Mahogany #D5353C
RGB
CMYK
RGB Variations
Color information
#D5353C (or 0xD5353C) is known color: Mahogany. HEX triplet: D5, 35 and 3C. RGB value is (213,53,60). Sum of RGB (Red+Green+Blue) = 213+53+60=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5353C is #2ACAC3. Grayscale: #656565. Windows color (decimal): -2804420 or 3945941. OLE color: 3945941.
HSL color Cylindrical-coordinate representation of color #D5353C: hue angle of 357.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5353C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 60 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.16 |
| HSL | 357.38º | 0.66% | 0.52% | - |
| HSV(B) | 357.38º | 0.75% | 0.84% | - |
| XYZ | 29.53 | 17.02 | 6 | - |
| YUV | 101.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 60 | 0 | 0.75 | 0.72 | 0.16 | 357.38 | 0.66 | 0.52 |
| Hex | D5 | 35 | 3C | 0 | 4B | 48 | 10 | 165 | 42 | 34 |
| Octal | 325 | 65 | 74 | 0 | 113 | 110 | 20 | 545 | 102 | 64 |
| Binary | 11010101 | 110101 | 111100 | 0 | 1001011 | 1001000 | 10000 | 101100101 | 1000010 | 110100 |
Color Harmonies of #D5353C
Complementary color
Monochromatic Colors of #D5353C
Black with #D5353C
Text Example
Text Example
White with #D5353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5353C; }
p { color: rgb(213,53,60); }
H1.HeaderClassName
{
color: #D5353C;
}
.AnyTagClassName
{
color: #D5353C;
}
</style>
background-color css
<style>
a { background-color: #D5353C; }
a { background-color: rgb(213,53,60); }
div.DivClassName
{
background-color: #D5353C;
}
.BgClassName
{
background-color: #D5353C;
}
</style>
border-color css
<style>
span { border-color: #D5353C; }
span { border-color: rgb(213,53,60); }
td.TdClassName
{
border-color: #D5353C;
}
.TagClassName
{
border-color: #D5353C;
}
</style>