Shades of Mahogany #C9363D
Tints of Mahogany #C9363D
RGB
CMYK
RGB Variations
Color information
#C9363D (or 0xC9363D) is known color: Mahogany. HEX triplet: C9, 36 and 3D. RGB value is (201,54,61). Sum of RGB (Red+Green+Blue) = 201+54+61=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9363D is #36C9C2. Grayscale: #626262. Windows color (decimal): -3590595 or 4011721. OLE color: 4011721.
HSL color Cylindrical-coordinate representation of color #C9363D: hue angle of 357.14º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9363D is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 61 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.21 |
| HSL | 357.14º | 0.58% | 0.5% | - |
| HSV(B) | 357.14º | 0.73% | 0.79% | - |
| XYZ | 26.25 | 15.39 | 6 | - |
| YUV | 98.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 61 | 0 | 0.73 | 0.70 | 0.21 | 357.14 | 0.58 | 0.5 |
| Hex | C9 | 36 | 3D | 0 | 49 | 46 | 15 | 165 | 3A | 32 |
| Octal | 311 | 66 | 75 | 0 | 111 | 106 | 25 | 545 | 72 | 62 |
| Binary | 11001001 | 110110 | 111101 | 0 | 1001001 | 1000110 | 10101 | 101100101 | 111010 | 110010 |
Color Harmonies of #C9363D
Complementary color
Monochromatic Colors of #C9363D
Black with #C9363D
Text Example
Text Example
White with #C9363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9363D; }
p { color: rgb(201,54,61); }
H1.HeaderClassName
{
color: #C9363D;
}
.AnyTagClassName
{
color: #C9363D;
}
</style>
background-color css
<style>
a { background-color: #C9363D; }
a { background-color: rgb(201,54,61); }
div.DivClassName
{
background-color: #C9363D;
}
.BgClassName
{
background-color: #C9363D;
}
</style>
border-color css
<style>
span { border-color: #C9363D; }
span { border-color: rgb(201,54,61); }
td.TdClassName
{
border-color: #C9363D;
}
.TagClassName
{
border-color: #C9363D;
}
</style>