Shades of Mahogany #C93035
Tints of Mahogany #C93035
RGB
CMYK
RGB Variations
Color information
#C93035 (or 0xC93035) is known color: Mahogany. HEX triplet: C9, 30 and 35. RGB value is (201,48,53). Sum of RGB (Red+Green+Blue) = 201+48+53=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C93035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93035 is #36CFCA. Grayscale: #5E5E5E. Windows color (decimal): -3592139 or 3485897. OLE color: 3485897.
HSL color Cylindrical-coordinate representation of color #C93035: hue angle of 358.04º 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 #C93035 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 53 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.21 |
| HSL | 358.04º | 0.61% | 0.49% | - |
| HSV(B) | 358.04º | 0.76% | 0.79% | - |
| XYZ | 25.79 | 14.79 | 4.86 | - |
| YUV | 94.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 53 | 0 | 0.76 | 0.74 | 0.21 | 358.04 | 0.61 | 0.49 |
| Hex | C9 | 30 | 35 | 0 | 4C | 4A | 15 | 166 | 3D | 31 |
| Octal | 311 | 60 | 65 | 0 | 114 | 112 | 25 | 546 | 75 | 61 |
| Binary | 11001001 | 110000 | 110101 | 0 | 1001100 | 1001010 | 10101 | 101100110 | 111101 | 110001 |
Color Harmonies of #C93035
Complementary color
Monochromatic Colors of #C93035
Black with #C93035
Text Example
Text Example
White with #C93035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93035; }
p { color: rgb(201,48,53); }
H1.HeaderClassName
{
color: #C93035;
}
.AnyTagClassName
{
color: #C93035;
}
</style>
background-color css
<style>
a { background-color: #C93035; }
a { background-color: rgb(201,48,53); }
div.DivClassName
{
background-color: #C93035;
}
.BgClassName
{
background-color: #C93035;
}
</style>
border-color css
<style>
span { border-color: #C93035; }
span { border-color: rgb(201,48,53); }
td.TdClassName
{
border-color: #C93035;
}
.TagClassName
{
border-color: #C93035;
}
</style>