Shades of Mahogany #C93539
Tints of Mahogany #C93539
RGB
CMYK
RGB Variations
Color information
#C93539 (or 0xC93539) is known color: Mahogany. HEX triplet: C9, 35 and 39. RGB value is (201,53,57). Sum of RGB (Red+Green+Blue) = 201+53+57=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C93539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93539 is #36CAC6. Grayscale: #616161. Windows color (decimal): -3590855 or 3749321. OLE color: 3749321.
HSL color Cylindrical-coordinate representation of color #C93539: hue angle of 358.38º 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 #C93539 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 57 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.21 |
| HSL | 358.38º | 0.58% | 0.5% | - |
| HSV(B) | 358.38º | 0.74% | 0.79% | - |
| XYZ | 26.1 | 15.26 | 5.44 | - |
| YUV | 97.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 57 | 0 | 0.74 | 0.72 | 0.21 | 358.38 | 0.58 | 0.5 |
| Hex | C9 | 35 | 39 | 0 | 4A | 48 | 15 | 166 | 3A | 32 |
| Octal | 311 | 65 | 71 | 0 | 112 | 110 | 25 | 546 | 72 | 62 |
| Binary | 11001001 | 110101 | 111001 | 0 | 1001010 | 1001000 | 10101 | 101100110 | 111010 | 110010 |
Color Harmonies of #C93539
Complementary color
Monochromatic Colors of #C93539
Black with #C93539
Text Example
Text Example
White with #C93539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93539; }
p { color: rgb(201,53,57); }
H1.HeaderClassName
{
color: #C93539;
}
.AnyTagClassName
{
color: #C93539;
}
</style>
background-color css
<style>
a { background-color: #C93539; }
a { background-color: rgb(201,53,57); }
div.DivClassName
{
background-color: #C93539;
}
.BgClassName
{
background-color: #C93539;
}
</style>
border-color css
<style>
span { border-color: #C93539; }
span { border-color: rgb(201,53,57); }
td.TdClassName
{
border-color: #C93539;
}
.TagClassName
{
border-color: #C93539;
}
</style>