Shades of Mahogany #C93239
Tints of Mahogany #C93239
RGB
CMYK
RGB Variations
Color information
#C93239 (or 0xC93239) is known color: Mahogany. HEX triplet: C9, 32 and 39. RGB value is (201,50,57). Sum of RGB (Red+Green+Blue) = 201+50+57=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93239 is #36CDC6. Grayscale: #606060. Windows color (decimal): -3591623 or 3748553. OLE color: 3748553.
HSL color Cylindrical-coordinate representation of color #C93239: hue angle of 357.22º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93239 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 57 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.21 |
| HSL | 357.22º | 0.6% | 0.49% | - |
| HSV(B) | 357.22º | 0.75% | 0.79% | - |
| XYZ | 25.97 | 14.99 | 5.4 | - |
| YUV | 95.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 57 | 0 | 0.75 | 0.72 | 0.21 | 357.22 | 0.6 | 0.49 |
| Hex | C9 | 32 | 39 | 0 | 4B | 48 | 15 | 165 | 3C | 31 |
| Octal | 311 | 62 | 71 | 0 | 113 | 110 | 25 | 545 | 74 | 61 |
| Binary | 11001001 | 110010 | 111001 | 0 | 1001011 | 1001000 | 10101 | 101100101 | 111100 | 110001 |
Color Harmonies of #C93239
Complementary color
Monochromatic Colors of #C93239
Black with #C93239
Text Example
Text Example
White with #C93239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93239; }
p { color: rgb(201,50,57); }
H1.HeaderClassName
{
color: #C93239;
}
.AnyTagClassName
{
color: #C93239;
}
</style>
background-color css
<style>
a { background-color: #C93239; }
a { background-color: rgb(201,50,57); }
div.DivClassName
{
background-color: #C93239;
}
.BgClassName
{
background-color: #C93239;
}
</style>
border-color css
<style>
span { border-color: #C93239; }
span { border-color: rgb(201,50,57); }
td.TdClassName
{
border-color: #C93239;
}
.TagClassName
{
border-color: #C93239;
}
</style>