Shades of Mahogany #C93637
Tints of Mahogany #C93637
RGB
CMYK
RGB Variations
Color information
#C93637 (or 0xC93637) is known color: Mahogany. HEX triplet: C9, 36 and 37. RGB value is (201,54,55). Sum of RGB (Red+Green+Blue) = 201+54+55=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C93637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93637 is #36C9C8. Grayscale: #626262. Windows color (decimal): -3590601 or 3618505. OLE color: 3618505.
HSL color Cylindrical-coordinate representation of color #C93637: 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.73%. Process color model (Four color, CMYK) of #C93637 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 55 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.21 |
| HSL | 359.59º | 0.58% | 0.5% | - |
| HSV(B) | 359.59º | 0.73% | 0.79% | - |
| XYZ | 26.1 | 15.33 | 5.2 | - |
| YUV | 98.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 55 | 0 | 0.73 | 0.73 | 0.21 | 359.59 | 0.58 | 0.5 |
| Hex | C9 | 36 | 37 | 0 | 49 | 49 | 15 | 168 | 3A | 32 |
| Octal | 311 | 66 | 67 | 0 | 111 | 111 | 25 | 550 | 72 | 62 |
| Binary | 11001001 | 110110 | 110111 | 0 | 1001001 | 1001001 | 10101 | 101101000 | 111010 | 110010 |
Color Harmonies of #C93637
Complementary color
Monochromatic Colors of #C93637
Black with #C93637
Text Example
Text Example
White with #C93637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93637; }
p { color: rgb(201,54,55); }
H1.HeaderClassName
{
color: #C93637;
}
.AnyTagClassName
{
color: #C93637;
}
</style>
background-color css
<style>
a { background-color: #C93637; }
a { background-color: rgb(201,54,55); }
div.DivClassName
{
background-color: #C93637;
}
.BgClassName
{
background-color: #C93637;
}
</style>
border-color css
<style>
span { border-color: #C93637; }
span { border-color: rgb(201,54,55); }
td.TdClassName
{
border-color: #C93637;
}
.TagClassName
{
border-color: #C93637;
}
</style>