Shades of Mahogany #C9252C
Tints of Mahogany #C9252C
RGB
CMYK
RGB Variations
Color information
#C9252C (or 0xC9252C) is known color: Mahogany. HEX triplet: C9, 25 and 2C. RGB value is (201,37,44). Sum of RGB (Red+Green+Blue) = 201+37+44=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9252C is #36DAD3. Grayscale: #565656. Windows color (decimal): -3594964 or 2893257. OLE color: 2893257.
HSL color Cylindrical-coordinate representation of color #C9252C: hue angle of 357.44º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9252C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 44 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.21 |
| HSL | 357.44º | 0.69% | 0.47% | - |
| HSV(B) | 357.44º | 0.82% | 0.79% | - |
| XYZ | 25.2 | 13.92 | 3.74 | - |
| YUV | 86.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 44 | 0 | 0.82 | 0.78 | 0.21 | 357.44 | 0.69 | 0.47 |
| Hex | C9 | 25 | 2C | 0 | 52 | 4E | 15 | 165 | 45 | 2F |
| Octal | 311 | 45 | 54 | 0 | 122 | 116 | 25 | 545 | 105 | 57 |
| Binary | 11001001 | 100101 | 101100 | 0 | 1010010 | 1001110 | 10101 | 101100101 | 1000101 | 101111 |
Color Harmonies of #C9252C
Complementary color
Monochromatic Colors of #C9252C
Black with #C9252C
Text Example
Text Example
White with #C9252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9252C; }
p { color: rgb(201,37,44); }
H1.HeaderClassName
{
color: #C9252C;
}
.AnyTagClassName
{
color: #C9252C;
}
</style>
background-color css
<style>
a { background-color: #C9252C; }
a { background-color: rgb(201,37,44); }
div.DivClassName
{
background-color: #C9252C;
}
.BgClassName
{
background-color: #C9252C;
}
</style>
border-color css
<style>
span { border-color: #C9252C; }
span { border-color: rgb(201,37,44); }
td.TdClassName
{
border-color: #C9252C;
}
.TagClassName
{
border-color: #C9252C;
}
</style>