Shades of Mahogany #C92832
Tints of Mahogany #C92832
RGB
CMYK
RGB Variations
Color information
#C92832 (or 0xC92832) is known color: Mahogany. HEX triplet: C9, 28 and 32. RGB value is (201,40,50). Sum of RGB (Red+Green+Blue) = 201+40+50=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C92832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92832 is #36D7CD. Grayscale: #595959. Windows color (decimal): -3594190 or 3287241. OLE color: 3287241.
HSL color Cylindrical-coordinate representation of color #C92832: hue angle of 356.27º degrees, saturation: 0.67, 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 #C92832 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 50 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.21 |
| HSL | 356.27º | 0.67% | 0.47% | - |
| HSV(B) | 356.27º | 0.8% | 0.79% | - |
| XYZ | 25.42 | 14.17 | 4.41 | - |
| YUV | 89.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 50 | 0 | 0.80 | 0.75 | 0.21 | 356.27 | 0.67 | 0.47 |
| Hex | C9 | 28 | 32 | 0 | 50 | 4B | 15 | 164 | 43 | 2F |
| Octal | 311 | 50 | 62 | 0 | 120 | 113 | 25 | 544 | 103 | 57 |
| Binary | 11001001 | 101000 | 110010 | 0 | 1010000 | 1001011 | 10101 | 101100100 | 1000011 | 101111 |
Color Harmonies of #C92832
Complementary color
Monochromatic Colors of #C92832
Black with #C92832
Text Example
Text Example
White with #C92832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92832; }
p { color: rgb(201,40,50); }
H1.HeaderClassName
{
color: #C92832;
}
.AnyTagClassName
{
color: #C92832;
}
</style>
background-color css
<style>
a { background-color: #C92832; }
a { background-color: rgb(201,40,50); }
div.DivClassName
{
background-color: #C92832;
}
.BgClassName
{
background-color: #C92832;
}
</style>
border-color css
<style>
span { border-color: #C92832; }
span { border-color: rgb(201,40,50); }
td.TdClassName
{
border-color: #C92832;
}
.TagClassName
{
border-color: #C92832;
}
</style>