Shades of Mahogany #C92C2D
Tints of Mahogany #C92C2D
RGB
CMYK
RGB Variations
Color information
#C92C2D (or 0xC92C2D) is known color: Mahogany. HEX triplet: C9, 2C and 2D. RGB value is (201,44,45). Sum of RGB (Red+Green+Blue) = 201+44+45=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92C2D is #36D3D2. Grayscale: #5B5B5B. Windows color (decimal): -3593171 or 2960585. OLE color: 2960585.
HSL color Cylindrical-coordinate representation of color #C92C2D: hue angle of 359.62º 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 #C92C2D is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 45 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.21 |
| HSL | 359.62º | 0.64% | 0.48% | - |
| HSV(B) | 359.62º | 0.78% | 0.79% | - |
| XYZ | 25.46 | 14.41 | 3.92 | - |
| YUV | 91.06 | 102.01 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 45 | 0 | 0.78 | 0.78 | 0.21 | 359.62 | 0.64 | 0.48 |
| Hex | C9 | 2C | 2D | 0 | 4E | 4E | 15 | 168 | 40 | 30 |
| Octal | 311 | 54 | 55 | 0 | 116 | 116 | 25 | 550 | 100 | 60 |
| Binary | 11001001 | 101100 | 101101 | 0 | 1001110 | 1001110 | 10101 | 101101000 | 1000000 | 110000 |
Color Harmonies of #C92C2D
Complementary color
Monochromatic Colors of #C92C2D
Black with #C92C2D
Text Example
Text Example
White with #C92C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C2D; }
p { color: rgb(201,44,45); }
H1.HeaderClassName
{
color: #C92C2D;
}
.AnyTagClassName
{
color: #C92C2D;
}
</style>
background-color css
<style>
a { background-color: #C92C2D; }
a { background-color: rgb(201,44,45); }
div.DivClassName
{
background-color: #C92C2D;
}
.BgClassName
{
background-color: #C92C2D;
}
</style>
border-color css
<style>
span { border-color: #C92C2D; }
span { border-color: rgb(201,44,45); }
td.TdClassName
{
border-color: #C92C2D;
}
.TagClassName
{
border-color: #C92C2D;
}
</style>