Shades of Mahogany #C92733
Tints of Mahogany #C92733
RGB
CMYK
RGB Variations
Color information
#C92733 (or 0xC92733) is known color: Mahogany. HEX triplet: C9, 27 and 33. RGB value is (201,39,51). Sum of RGB (Red+Green+Blue) = 201+39+51=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C92733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92733 is #36D8CC. Grayscale: #585858. Windows color (decimal): -3594445 or 3352521. OLE color: 3352521.
HSL color Cylindrical-coordinate representation of color #C92733: hue angle of 355.56º 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 #C92733 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 51 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.21 |
| HSL | 355.56º | 0.68% | 0.47% | - |
| HSV(B) | 355.56º | 0.81% | 0.79% | - |
| XYZ | 25.41 | 14.11 | 4.52 | - |
| YUV | 88.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 51 | 0 | 0.81 | 0.75 | 0.21 | 355.56 | 0.68 | 0.47 |
| Hex | C9 | 27 | 33 | 0 | 51 | 4B | 15 | 164 | 44 | 2F |
| Octal | 311 | 47 | 63 | 0 | 121 | 113 | 25 | 544 | 104 | 57 |
| Binary | 11001001 | 100111 | 110011 | 0 | 1010001 | 1001011 | 10101 | 101100100 | 1000100 | 101111 |
Color Harmonies of #C92733
Complementary color
Monochromatic Colors of #C92733
Black with #C92733
Text Example
Text Example
White with #C92733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92733; }
p { color: rgb(201,39,51); }
H1.HeaderClassName
{
color: #C92733;
}
.AnyTagClassName
{
color: #C92733;
}
</style>
background-color css
<style>
a { background-color: #C92733; }
a { background-color: rgb(201,39,51); }
div.DivClassName
{
background-color: #C92733;
}
.BgClassName
{
background-color: #C92733;
}
</style>
border-color css
<style>
span { border-color: #C92733; }
span { border-color: rgb(201,39,51); }
td.TdClassName
{
border-color: #C92733;
}
.TagClassName
{
border-color: #C92733;
}
</style>