Shades of Mahogany #C9272B
Tints of Mahogany #C9272B
RGB
CMYK
RGB Variations
Color information
#C9272B (or 0xC9272B) is known color: Mahogany. HEX triplet: C9, 27 and 2B. RGB value is (201,39,43). Sum of RGB (Red+Green+Blue) = 201+39+43=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C9272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9272B is #36D8D4. Grayscale: #585858. Windows color (decimal): -3594453 or 2828233. OLE color: 2828233.
HSL color Cylindrical-coordinate representation of color #C9272B: hue angle of 358.52º 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 #C9272B is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 43 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.21 |
| HSL | 358.52º | 0.68% | 0.47% | - |
| HSV(B) | 358.52º | 0.81% | 0.79% | - |
| XYZ | 25.25 | 14.04 | 3.67 | - |
| YUV | 87.89 | 102.67 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 43 | 0 | 0.81 | 0.79 | 0.21 | 358.52 | 0.68 | 0.47 |
| Hex | C9 | 27 | 2B | 0 | 51 | 4F | 15 | 167 | 44 | 2F |
| Octal | 311 | 47 | 53 | 0 | 121 | 117 | 25 | 547 | 104 | 57 |
| Binary | 11001001 | 100111 | 101011 | 0 | 1010001 | 1001111 | 10101 | 101100111 | 1000100 | 101111 |
Color Harmonies of #C9272B
Complementary color
Monochromatic Colors of #C9272B
Black with #C9272B
Text Example
Text Example
White with #C9272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9272B; }
p { color: rgb(201,39,43); }
H1.HeaderClassName
{
color: #C9272B;
}
.AnyTagClassName
{
color: #C9272B;
}
</style>
background-color css
<style>
a { background-color: #C9272B; }
a { background-color: rgb(201,39,43); }
div.DivClassName
{
background-color: #C9272B;
}
.BgClassName
{
background-color: #C9272B;
}
</style>
border-color css
<style>
span { border-color: #C9272B; }
span { border-color: rgb(201,39,43); }
td.TdClassName
{
border-color: #C9272B;
}
.TagClassName
{
border-color: #C9272B;
}
</style>