Shades of Mahogany #C9363B
Tints of Mahogany #C9363B
RGB
CMYK
RGB Variations
Color information
#C9363B (or 0xC9363B) is known color: Mahogany. HEX triplet: C9, 36 and 3B. RGB value is (201,54,59). Sum of RGB (Red+Green+Blue) = 201+54+59=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9363B is #36C9C4. Grayscale: #626262. Windows color (decimal): -3590597 or 3880649. OLE color: 3880649.
HSL color Cylindrical-coordinate representation of color #C9363B: hue angle of 357.96º 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 #C9363B is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 59 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.21 |
| HSL | 357.96º | 0.58% | 0.5% | - |
| HSV(B) | 357.96º | 0.73% | 0.79% | - |
| XYZ | 26.2 | 15.37 | 5.72 | - |
| YUV | 98.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 59 | 0 | 0.73 | 0.71 | 0.21 | 357.96 | 0.58 | 0.5 |
| Hex | C9 | 36 | 3B | 0 | 49 | 47 | 15 | 166 | 3A | 32 |
| Octal | 311 | 66 | 73 | 0 | 111 | 107 | 25 | 546 | 72 | 62 |
| Binary | 11001001 | 110110 | 111011 | 0 | 1001001 | 1000111 | 10101 | 101100110 | 111010 | 110010 |
Color Harmonies of #C9363B
Complementary color
Monochromatic Colors of #C9363B
Black with #C9363B
Text Example
Text Example
White with #C9363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9363B; }
p { color: rgb(201,54,59); }
H1.HeaderClassName
{
color: #C9363B;
}
.AnyTagClassName
{
color: #C9363B;
}
</style>
background-color css
<style>
a { background-color: #C9363B; }
a { background-color: rgb(201,54,59); }
div.DivClassName
{
background-color: #C9363B;
}
.BgClassName
{
background-color: #C9363B;
}
</style>
border-color css
<style>
span { border-color: #C9363B; }
span { border-color: rgb(201,54,59); }
td.TdClassName
{
border-color: #C9363B;
}
.TagClassName
{
border-color: #C9363B;
}
</style>