Shades of Mahogany #C9353B
Tints of Mahogany #C9353B
RGB
CMYK
RGB Variations
Color information
#C9353B (or 0xC9353B) is known color: Mahogany. HEX triplet: C9, 35 and 3B. RGB value is (201,53,59). Sum of RGB (Red+Green+Blue) = 201+53+59=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9353B is #36CAC4. Grayscale: #626262. Windows color (decimal): -3590853 or 3880393. OLE color: 3880393.
HSL color Cylindrical-coordinate representation of color #C9353B: hue angle of 357.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9353B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 59 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.21 |
| HSL | 357.57º | 0.58% | 0.5% | - |
| HSV(B) | 357.57º | 0.74% | 0.79% | - |
| XYZ | 26.15 | 15.28 | 5.71 | - |
| YUV | 97.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 59 | 0 | 0.74 | 0.71 | 0.21 | 357.57 | 0.58 | 0.5 |
| Hex | C9 | 35 | 3B | 0 | 4A | 47 | 15 | 166 | 3A | 32 |
| Octal | 311 | 65 | 73 | 0 | 112 | 107 | 25 | 546 | 72 | 62 |
| Binary | 11001001 | 110101 | 111011 | 0 | 1001010 | 1000111 | 10101 | 101100110 | 111010 | 110010 |
Color Harmonies of #C9353B
Complementary color
Monochromatic Colors of #C9353B
Black with #C9353B
Text Example
Text Example
White with #C9353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9353B; }
p { color: rgb(201,53,59); }
H1.HeaderClassName
{
color: #C9353B;
}
.AnyTagClassName
{
color: #C9353B;
}
</style>
background-color css
<style>
a { background-color: #C9353B; }
a { background-color: rgb(201,53,59); }
div.DivClassName
{
background-color: #C9353B;
}
.BgClassName
{
background-color: #C9353B;
}
</style>
border-color css
<style>
span { border-color: #C9353B; }
span { border-color: rgb(201,53,59); }
td.TdClassName
{
border-color: #C9353B;
}
.TagClassName
{
border-color: #C9353B;
}
</style>