Shades of Mahogany #C9272A
Tints of Mahogany #C9272A
RGB
CMYK
RGB Variations
Color information
#C9272A (or 0xC9272A) is known color: Mahogany. HEX triplet: C9, 27 and 2A. RGB value is (201,39,42). Sum of RGB (Red+Green+Blue) = 201+39+42=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9272A is #36D8D5. Grayscale: #575757. Windows color (decimal): -3594454 or 2762697. OLE color: 2762697.
HSL color Cylindrical-coordinate representation of color #C9272A: hue angle of 358.89º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9272A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.21 |
| HSL | 358.89º | 0.68% | 0.47% | - |
| HSV(B) | 358.89º | 0.81% | 0.79% | - |
| XYZ | 25.23 | 14.04 | 3.57 | - |
| YUV | 87.78 | 102.17 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 42 | 0 | 0.81 | 0.79 | 0.21 | 358.89 | 0.68 | 0.47 |
| Hex | C9 | 27 | 2A | 0 | 51 | 4F | 15 | 167 | 44 | 2F |
| Octal | 311 | 47 | 52 | 0 | 121 | 117 | 25 | 547 | 104 | 57 |
| Binary | 11001001 | 100111 | 101010 | 0 | 1010001 | 1001111 | 10101 | 101100111 | 1000100 | 101111 |
Color Harmonies of #C9272A
Complementary color
Monochromatic Colors of #C9272A
Black with #C9272A
Text Example
Text Example
White with #C9272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9272A; }
p { color: rgb(201,39,42); }
H1.HeaderClassName
{
color: #C9272A;
}
.AnyTagClassName
{
color: #C9272A;
}
</style>
background-color css
<style>
a { background-color: #C9272A; }
a { background-color: rgb(201,39,42); }
div.DivClassName
{
background-color: #C9272A;
}
.BgClassName
{
background-color: #C9272A;
}
</style>
border-color css
<style>
span { border-color: #C9272A; }
span { border-color: rgb(201,39,42); }
td.TdClassName
{
border-color: #C9272A;
}
.TagClassName
{
border-color: #C9272A;
}
</style>