Shades of Mahogany #C9292F
Tints of Mahogany #C9292F
RGB
CMYK
RGB Variations
Color information
#C9292F (or 0xC9292F) is known color: Mahogany. HEX triplet: C9, 29 and 2F. RGB value is (201,41,47). Sum of RGB (Red+Green+Blue) = 201+41+47=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C9292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9292F is #36D6D0. Grayscale: #595959. Windows color (decimal): -3593937 or 3090889. OLE color: 3090889.
HSL color Cylindrical-coordinate representation of color #C9292F: hue angle of 357.75º 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 #C9292F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 47 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.21 |
| HSL | 357.75º | 0.66% | 0.47% | - |
| HSV(B) | 357.75º | 0.8% | 0.79% | - |
| XYZ | 25.39 | 14.21 | 4.09 | - |
| YUV | 89.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 47 | 0 | 0.80 | 0.77 | 0.21 | 357.75 | 0.66 | 0.47 |
| Hex | C9 | 29 | 2F | 0 | 50 | 4D | 15 | 166 | 42 | 2F |
| Octal | 311 | 51 | 57 | 0 | 120 | 115 | 25 | 546 | 102 | 57 |
| Binary | 11001001 | 101001 | 101111 | 0 | 1010000 | 1001101 | 10101 | 101100110 | 1000010 | 101111 |
Color Harmonies of #C9292F
Complementary color
Monochromatic Colors of #C9292F
Black with #C9292F
Text Example
Text Example
White with #C9292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9292F; }
p { color: rgb(201,41,47); }
H1.HeaderClassName
{
color: #C9292F;
}
.AnyTagClassName
{
color: #C9292F;
}
</style>
background-color css
<style>
a { background-color: #C9292F; }
a { background-color: rgb(201,41,47); }
div.DivClassName
{
background-color: #C9292F;
}
.BgClassName
{
background-color: #C9292F;
}
</style>
border-color css
<style>
span { border-color: #C9292F; }
span { border-color: rgb(201,41,47); }
td.TdClassName
{
border-color: #C9292F;
}
.TagClassName
{
border-color: #C9292F;
}
</style>