Shades of Mahogany #C92932
Tints of Mahogany #C92932
RGB
CMYK
RGB Variations
Color information
#C92932 (or 0xC92932) is known color: Mahogany. HEX triplet: C9, 29 and 32. RGB value is (201,41,50). Sum of RGB (Red+Green+Blue) = 201+41+50=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C92932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92932 is #36D6CD. Grayscale: #595959. Windows color (decimal): -3593934 or 3287497. OLE color: 3287497.
HSL color Cylindrical-coordinate representation of color #C92932: hue angle of 356.62º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92932 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 50 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.21 |
| HSL | 356.63º | 0.66% | 0.47% | - |
| HSV(B) | 356.63º | 0.8% | 0.79% | - |
| XYZ | 25.46 | 14.23 | 4.42 | - |
| YUV | 89.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 50 | 0 | 0.80 | 0.75 | 0.21 | 356.63 | 0.66 | 0.47 |
| Hex | C9 | 29 | 32 | 0 | 50 | 4B | 15 | 165 | 42 | 2F |
| Octal | 311 | 51 | 62 | 0 | 120 | 113 | 25 | 545 | 102 | 57 |
| Binary | 11001001 | 101001 | 110010 | 0 | 1010000 | 1001011 | 10101 | 101100101 | 1000010 | 101111 |
Color Harmonies of #C92932
Complementary color
Monochromatic Colors of #C92932
Black with #C92932
Text Example
Text Example
White with #C92932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92932; }
p { color: rgb(201,41,50); }
H1.HeaderClassName
{
color: #C92932;
}
.AnyTagClassName
{
color: #C92932;
}
</style>
background-color css
<style>
a { background-color: #C92932; }
a { background-color: rgb(201,41,50); }
div.DivClassName
{
background-color: #C92932;
}
.BgClassName
{
background-color: #C92932;
}
</style>
border-color css
<style>
span { border-color: #C92932; }
span { border-color: rgb(201,41,50); }
td.TdClassName
{
border-color: #C92932;
}
.TagClassName
{
border-color: #C92932;
}
</style>