Shades of Mahogany #D5363C
Tints of Mahogany #D5363C
RGB
CMYK
RGB Variations
Color information
#D5363C (or 0xD5363C) is known color: Mahogany. HEX triplet: D5, 36 and 3C. RGB value is (213,54,60). Sum of RGB (Red+Green+Blue) = 213+54+60=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5363C is #2AC9C3. Grayscale: #666666. Windows color (decimal): -2804164 or 3946197. OLE color: 3946197.
HSL color Cylindrical-coordinate representation of color #D5363C: hue angle of 357.74º degrees, saturation: 0.65, 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 #D5363C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 60 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.16 |
| HSL | 357.74º | 0.65% | 0.52% | - |
| HSV(B) | 357.74º | 0.75% | 0.84% | - |
| XYZ | 29.58 | 17.11 | 6.02 | - |
| YUV | 102.23 | 104.18 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 60 | 0 | 0.75 | 0.72 | 0.16 | 357.74 | 0.65 | 0.52 |
| Hex | D5 | 36 | 3C | 0 | 4B | 48 | 10 | 166 | 41 | 34 |
| Octal | 325 | 66 | 74 | 0 | 113 | 110 | 20 | 546 | 101 | 64 |
| Binary | 11010101 | 110110 | 111100 | 0 | 1001011 | 1001000 | 10000 | 101100110 | 1000001 | 110100 |
Color Harmonies of #D5363C
Complementary color
Monochromatic Colors of #D5363C
Black with #D5363C
Text Example
Text Example
White with #D5363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5363C; }
p { color: rgb(213,54,60); }
H1.HeaderClassName
{
color: #D5363C;
}
.AnyTagClassName
{
color: #D5363C;
}
</style>
background-color css
<style>
a { background-color: #D5363C; }
a { background-color: rgb(213,54,60); }
div.DivClassName
{
background-color: #D5363C;
}
.BgClassName
{
background-color: #D5363C;
}
</style>
border-color css
<style>
span { border-color: #D5363C; }
span { border-color: rgb(213,54,60); }
td.TdClassName
{
border-color: #D5363C;
}
.TagClassName
{
border-color: #D5363C;
}
</style>