Shades of Mahogany #C93536
Tints of Mahogany #C93536
RGB
CMYK
RGB Variations
Color information
#C93536 (or 0xC93536) is known color: Mahogany. HEX triplet: C9, 35 and 36. RGB value is (201,53,54). Sum of RGB (Red+Green+Blue) = 201+53+54=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93536 is #36CAC9. Grayscale: #616161. Windows color (decimal): -3590858 or 3552713. OLE color: 3552713.
HSL color Cylindrical-coordinate representation of color #C93536: hue angle of 359.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93536 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 54 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.21 |
| HSL | 359.59º | 0.58% | 0.5% | - |
| HSV(B) | 359.59º | 0.74% | 0.79% | - |
| XYZ | 26.03 | 15.23 | 5.06 | - |
| YUV | 97.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 54 | 0 | 0.74 | 0.73 | 0.21 | 359.59 | 0.58 | 0.5 |
| Hex | C9 | 35 | 36 | 0 | 4A | 49 | 15 | 168 | 3A | 32 |
| Octal | 311 | 65 | 66 | 0 | 112 | 111 | 25 | 550 | 72 | 62 |
| Binary | 11001001 | 110101 | 110110 | 0 | 1001010 | 1001001 | 10101 | 101101000 | 111010 | 110010 |
Color Harmonies of #C93536
Complementary color
Monochromatic Colors of #C93536
Black with #C93536
Text Example
Text Example
White with #C93536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93536; }
p { color: rgb(201,53,54); }
H1.HeaderClassName
{
color: #C93536;
}
.AnyTagClassName
{
color: #C93536;
}
</style>
background-color css
<style>
a { background-color: #C93536; }
a { background-color: rgb(201,53,54); }
div.DivClassName
{
background-color: #C93536;
}
.BgClassName
{
background-color: #C93536;
}
</style>
border-color css
<style>
span { border-color: #C93536; }
span { border-color: rgb(201,53,54); }
td.TdClassName
{
border-color: #C93536;
}
.TagClassName
{
border-color: #C93536;
}
</style>