Shades of Mahogany #D5363D
Tints of Mahogany #D5363D
RGB
CMYK
RGB Variations
Color information
#D5363D (or 0xD5363D) is known color: Mahogany. HEX triplet: D5, 36 and 3D. RGB value is (213,54,61). Sum of RGB (Red+Green+Blue) = 213+54+61=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5363D is #2AC9C2. Grayscale: #666666. Windows color (decimal): -2804163 or 4011733. OLE color: 4011733.
HSL color Cylindrical-coordinate representation of color #D5363D: hue angle of 357.36º 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 #D5363D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 61 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.16 |
| HSL | 357.36º | 0.65% | 0.52% | - |
| HSV(B) | 357.36º | 0.75% | 0.84% | - |
| XYZ | 29.6 | 17.12 | 6.16 | - |
| YUV | 102.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 61 | 0 | 0.75 | 0.71 | 0.16 | 357.36 | 0.65 | 0.52 |
| Hex | D5 | 36 | 3D | 0 | 4B | 47 | 10 | 165 | 41 | 34 |
| Octal | 325 | 66 | 75 | 0 | 113 | 107 | 20 | 545 | 101 | 64 |
| Binary | 11010101 | 110110 | 111101 | 0 | 1001011 | 1000111 | 10000 | 101100101 | 1000001 | 110100 |
Color Harmonies of #D5363D
Complementary color
Monochromatic Colors of #D5363D
Black with #D5363D
Text Example
Text Example
White with #D5363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5363D; }
p { color: rgb(213,54,61); }
H1.HeaderClassName
{
color: #D5363D;
}
.AnyTagClassName
{
color: #D5363D;
}
</style>
background-color css
<style>
a { background-color: #D5363D; }
a { background-color: rgb(213,54,61); }
div.DivClassName
{
background-color: #D5363D;
}
.BgClassName
{
background-color: #D5363D;
}
</style>
border-color css
<style>
span { border-color: #D5363D; }
span { border-color: rgb(213,54,61); }
td.TdClassName
{
border-color: #D5363D;
}
.TagClassName
{
border-color: #D5363D;
}
</style>