Shades of Mahogany #C93A41
Tints of Mahogany #C93A41
RGB
CMYK
RGB Variations
Color information
#C93A41 (or 0xC93A41) is known color: Mahogany. HEX triplet: C9, 3A and 41. RGB value is (201,58,65). Sum of RGB (Red+Green+Blue) = 201+58+65=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A41 is #36C5BE. Grayscale: #656565. Windows color (decimal): -3589567 or 4274889. OLE color: 4274889.
HSL color Cylindrical-coordinate representation of color #C93A41: hue angle of 357.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A41 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 65 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.21 |
| HSL | 357.06º | 0.57% | 0.51% | - |
| HSV(B) | 357.06º | 0.71% | 0.79% | - |
| XYZ | 26.55 | 15.83 | 6.66 | - |
| YUV | 101.56 | 107.38 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 65 | 0 | 0.71 | 0.68 | 0.21 | 357.06 | 0.57 | 0.51 |
| Hex | C9 | 3A | 41 | 0 | 47 | 44 | 15 | 165 | 39 | 33 |
| Octal | 311 | 72 | 101 | 0 | 107 | 104 | 25 | 545 | 71 | 63 |
| Binary | 11001001 | 111010 | 1000001 | 0 | 1000111 | 1000100 | 10101 | 101100101 | 111001 | 110011 |
Color Harmonies of #C93A41
Complementary color
Monochromatic Colors of #C93A41
Black with #C93A41
Text Example
Text Example
White with #C93A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A41; }
p { color: rgb(201,58,65); }
H1.HeaderClassName
{
color: #C93A41;
}
.AnyTagClassName
{
color: #C93A41;
}
</style>
background-color css
<style>
a { background-color: #C93A41; }
a { background-color: rgb(201,58,65); }
div.DivClassName
{
background-color: #C93A41;
}
.BgClassName
{
background-color: #C93A41;
}
</style>
border-color css
<style>
span { border-color: #C93A41; }
span { border-color: rgb(201,58,65); }
td.TdClassName
{
border-color: #C93A41;
}
.TagClassName
{
border-color: #C93A41;
}
</style>