Shades of Mahogany #C92C2F
Tints of Mahogany #C92C2F
RGB
CMYK
RGB Variations
Color information
#C92C2F (or 0xC92C2F) is known color: Mahogany. HEX triplet: C9, 2C and 2F. RGB value is (201,44,47). Sum of RGB (Red+Green+Blue) = 201+44+47=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C2F is #36D3D0. Grayscale: #5B5B5B. Windows color (decimal): -3593169 or 3091657. OLE color: 3091657.
HSL color Cylindrical-coordinate representation of color #C92C2F: hue angle of 358.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92C2F is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 47 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.21 |
| HSL | 358.85º | 0.64% | 0.48% | - |
| HSV(B) | 358.85º | 0.78% | 0.79% | - |
| XYZ | 25.5 | 14.42 | 4.13 | - |
| YUV | 91.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 47 | 0 | 0.78 | 0.77 | 0.21 | 358.85 | 0.64 | 0.48 |
| Hex | C9 | 2C | 2F | 0 | 4E | 4D | 15 | 167 | 40 | 30 |
| Octal | 311 | 54 | 57 | 0 | 116 | 115 | 25 | 547 | 100 | 60 |
| Binary | 11001001 | 101100 | 101111 | 0 | 1001110 | 1001101 | 10101 | 101100111 | 1000000 | 110000 |
Color Harmonies of #C92C2F
Complementary color
Monochromatic Colors of #C92C2F
Black with #C92C2F
Text Example
Text Example
White with #C92C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C2F; }
p { color: rgb(201,44,47); }
H1.HeaderClassName
{
color: #C92C2F;
}
.AnyTagClassName
{
color: #C92C2F;
}
</style>
background-color css
<style>
a { background-color: #C92C2F; }
a { background-color: rgb(201,44,47); }
div.DivClassName
{
background-color: #C92C2F;
}
.BgClassName
{
background-color: #C92C2F;
}
</style>
border-color css
<style>
span { border-color: #C92C2F; }
span { border-color: rgb(201,44,47); }
td.TdClassName
{
border-color: #C92C2F;
}
.TagClassName
{
border-color: #C92C2F;
}
</style>