Shades of Mahogany #C93039
Tints of Mahogany #C93039
RGB
CMYK
RGB Variations
Color information
#C93039 (or 0xC93039) is known color: Mahogany. HEX triplet: C9, 30 and 39. RGB value is (201,48,57). Sum of RGB (Red+Green+Blue) = 201+48+57=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C93039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93039 is #36CFC6. Grayscale: #5E5E5E. Windows color (decimal): -3592135 or 3748041. OLE color: 3748041.
HSL color Cylindrical-coordinate representation of color #C93039: hue angle of 356.47º 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 #C93039 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 57 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.21 |
| HSL | 356.47º | 0.61% | 0.49% | - |
| HSV(B) | 356.47º | 0.76% | 0.79% | - |
| XYZ | 25.88 | 14.83 | 5.37 | - |
| YUV | 94.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 57 | 0 | 0.76 | 0.72 | 0.21 | 356.47 | 0.61 | 0.49 |
| Hex | C9 | 30 | 39 | 0 | 4C | 48 | 15 | 164 | 3D | 31 |
| Octal | 311 | 60 | 71 | 0 | 114 | 110 | 25 | 544 | 75 | 61 |
| Binary | 11001001 | 110000 | 111001 | 0 | 1001100 | 1001000 | 10101 | 101100100 | 111101 | 110001 |
Color Harmonies of #C93039
Complementary color
Monochromatic Colors of #C93039
Black with #C93039
Text Example
Text Example
White with #C93039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93039; }
p { color: rgb(201,48,57); }
H1.HeaderClassName
{
color: #C93039;
}
.AnyTagClassName
{
color: #C93039;
}
</style>
background-color css
<style>
a { background-color: #C93039; }
a { background-color: rgb(201,48,57); }
div.DivClassName
{
background-color: #C93039;
}
.BgClassName
{
background-color: #C93039;
}
</style>
border-color css
<style>
span { border-color: #C93039; }
span { border-color: rgb(201,48,57); }
td.TdClassName
{
border-color: #C93039;
}
.TagClassName
{
border-color: #C93039;
}
</style>