Shades of Mahogany #C9343B
Tints of Mahogany #C9343B
RGB
CMYK
RGB Variations
Color information
#C9343B (or 0xC9343B) is known color: Mahogany. HEX triplet: C9, 34 and 3B. RGB value is (201,52,59). Sum of RGB (Red+Green+Blue) = 201+52+59=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9343B is #36CBC4. Grayscale: #616161. Windows color (decimal): -3591109 or 3880137. OLE color: 3880137.
HSL color Cylindrical-coordinate representation of color #C9343B: hue angle of 357.18º degrees, saturation: 0.59, 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 #C9343B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 59 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.21 |
| HSL | 357.18º | 0.59% | 0.5% | - |
| HSV(B) | 357.18º | 0.74% | 0.79% | - |
| XYZ | 26.1 | 15.19 | 5.69 | - |
| YUV | 97.35 | 106.36 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 59 | 0 | 0.74 | 0.71 | 0.21 | 357.18 | 0.59 | 0.5 |
| Hex | C9 | 34 | 3B | 0 | 4A | 47 | 15 | 165 | 3B | 32 |
| Octal | 311 | 64 | 73 | 0 | 112 | 107 | 25 | 545 | 73 | 62 |
| Binary | 11001001 | 110100 | 111011 | 0 | 1001010 | 1000111 | 10101 | 101100101 | 111011 | 110010 |
Color Harmonies of #C9343B
Complementary color
Monochromatic Colors of #C9343B
Black with #C9343B
Text Example
Text Example
White with #C9343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9343B; }
p { color: rgb(201,52,59); }
H1.HeaderClassName
{
color: #C9343B;
}
.AnyTagClassName
{
color: #C9343B;
}
</style>
background-color css
<style>
a { background-color: #C9343B; }
a { background-color: rgb(201,52,59); }
div.DivClassName
{
background-color: #C9343B;
}
.BgClassName
{
background-color: #C9343B;
}
</style>
border-color css
<style>
span { border-color: #C9343B; }
span { border-color: rgb(201,52,59); }
td.TdClassName
{
border-color: #C9343B;
}
.TagClassName
{
border-color: #C9343B;
}
</style>