Shades of Mahogany #C93537
Tints of Mahogany #C93537
RGB
CMYK
RGB Variations
Color information
#C93537 (or 0xC93537) is known color: Mahogany. HEX triplet: C9, 35 and 37. RGB value is (201,53,55). Sum of RGB (Red+Green+Blue) = 201+53+55=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C93537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93537 is #36CAC8. Grayscale: #616161. Windows color (decimal): -3590857 or 3618249. OLE color: 3618249.
HSL color Cylindrical-coordinate representation of color #C93537: hue angle of 359.19º 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 #C93537 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 55 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.21 |
| HSL | 359.19º | 0.58% | 0.5% | - |
| HSV(B) | 359.19º | 0.74% | 0.79% | - |
| XYZ | 26.05 | 15.24 | 5.18 | - |
| YUV | 97.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 55 | 0 | 0.74 | 0.73 | 0.21 | 359.19 | 0.58 | 0.5 |
| Hex | C9 | 35 | 37 | 0 | 4A | 49 | 15 | 167 | 3A | 32 |
| Octal | 311 | 65 | 67 | 0 | 112 | 111 | 25 | 547 | 72 | 62 |
| Binary | 11001001 | 110101 | 110111 | 0 | 1001010 | 1001001 | 10101 | 101100111 | 111010 | 110010 |
Color Harmonies of #C93537
Complementary color
Monochromatic Colors of #C93537
Black with #C93537
Text Example
Text Example
White with #C93537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93537; }
p { color: rgb(201,53,55); }
H1.HeaderClassName
{
color: #C93537;
}
.AnyTagClassName
{
color: #C93537;
}
</style>
background-color css
<style>
a { background-color: #C93537; }
a { background-color: rgb(201,53,55); }
div.DivClassName
{
background-color: #C93537;
}
.BgClassName
{
background-color: #C93537;
}
</style>
border-color css
<style>
span { border-color: #C93537; }
span { border-color: rgb(201,53,55); }
td.TdClassName
{
border-color: #C93537;
}
.TagClassName
{
border-color: #C93537;
}
</style>