Shades of Mahogany #C93236
Tints of Mahogany #C93236
RGB
CMYK
RGB Variations
Color information
#C93236 (or 0xC93236) is known color: Mahogany. HEX triplet: C9, 32 and 36. RGB value is (201,50,54). Sum of RGB (Red+Green+Blue) = 201+50+54=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C93236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93236 is #36CDC9. Grayscale: #5F5F5F. Windows color (decimal): -3591626 or 3551945. OLE color: 3551945.
HSL color Cylindrical-coordinate representation of color #C93236: hue angle of 358.41º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93236 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 54 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.21 |
| HSL | 358.41º | 0.6% | 0.49% | - |
| HSV(B) | 358.41º | 0.75% | 0.79% | - |
| XYZ | 25.89 | 14.97 | 5.01 | - |
| YUV | 95.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 54 | 0 | 0.75 | 0.73 | 0.21 | 358.41 | 0.6 | 0.49 |
| Hex | C9 | 32 | 36 | 0 | 4B | 49 | 15 | 166 | 3C | 31 |
| Octal | 311 | 62 | 66 | 0 | 113 | 111 | 25 | 546 | 74 | 61 |
| Binary | 11001001 | 110010 | 110110 | 0 | 1001011 | 1001001 | 10101 | 101100110 | 111100 | 110001 |
Color Harmonies of #C93236
Complementary color
Monochromatic Colors of #C93236
Black with #C93236
Text Example
Text Example
White with #C93236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93236; }
p { color: rgb(201,50,54); }
H1.HeaderClassName
{
color: #C93236;
}
.AnyTagClassName
{
color: #C93236;
}
</style>
background-color css
<style>
a { background-color: #C93236; }
a { background-color: rgb(201,50,54); }
div.DivClassName
{
background-color: #C93236;
}
.BgClassName
{
background-color: #C93236;
}
</style>
border-color css
<style>
span { border-color: #C93236; }
span { border-color: rgb(201,50,54); }
td.TdClassName
{
border-color: #C93236;
}
.TagClassName
{
border-color: #C93236;
}
</style>