Shades of Mahogany #C93036
Tints of Mahogany #C93036
RGB
CMYK
RGB Variations
Color information
#C93036 (or 0xC93036) is known color: Mahogany. HEX triplet: C9, 30 and 36. RGB value is (201,48,54). Sum of RGB (Red+Green+Blue) = 201+48+54=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C93036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93036 is #36CFC9. Grayscale: #5E5E5E. Windows color (decimal): -3592138 or 3551433. OLE color: 3551433.
HSL color Cylindrical-coordinate representation of color #C93036: hue angle of 357.65º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93036 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 54 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.21 |
| HSL | 357.65º | 0.61% | 0.49% | - |
| HSV(B) | 357.65º | 0.76% | 0.79% | - |
| XYZ | 25.81 | 14.8 | 4.99 | - |
| YUV | 94.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 54 | 0 | 0.76 | 0.73 | 0.21 | 357.65 | 0.61 | 0.49 |
| Hex | C9 | 30 | 36 | 0 | 4C | 49 | 15 | 166 | 3D | 31 |
| Octal | 311 | 60 | 66 | 0 | 114 | 111 | 25 | 546 | 75 | 61 |
| Binary | 11001001 | 110000 | 110110 | 0 | 1001100 | 1001001 | 10101 | 101100110 | 111101 | 110001 |
Color Harmonies of #C93036
Complementary color
Monochromatic Colors of #C93036
Black with #C93036
Text Example
Text Example
White with #C93036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93036; }
p { color: rgb(201,48,54); }
H1.HeaderClassName
{
color: #C93036;
}
.AnyTagClassName
{
color: #C93036;
}
</style>
background-color css
<style>
a { background-color: #C93036; }
a { background-color: rgb(201,48,54); }
div.DivClassName
{
background-color: #C93036;
}
.BgClassName
{
background-color: #C93036;
}
</style>
border-color css
<style>
span { border-color: #C93036; }
span { border-color: rgb(201,48,54); }
td.TdClassName
{
border-color: #C93036;
}
.TagClassName
{
border-color: #C93036;
}
</style>