Shades of Mahogany #C9313A
Tints of Mahogany #C9313A
RGB
CMYK
RGB Variations
Color information
#C9313A (or 0xC9313A) is known color: Mahogany. HEX triplet: C9, 31 and 3A. RGB value is (201,49,58). Sum of RGB (Red+Green+Blue) = 201+49+58=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C9313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9313A is #36CEC5. Grayscale: #5F5F5F. Windows color (decimal): -3591878 or 3813833. OLE color: 3813833.
HSL color Cylindrical-coordinate representation of color #C9313A: hue angle of 356.45º 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 #C9313A is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 58 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.21 |
| HSL | 356.45º | 0.61% | 0.49% | - |
| HSV(B) | 356.45º | 0.76% | 0.79% | - |
| XYZ | 25.95 | 14.92 | 5.52 | - |
| YUV | 95.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 58 | 0 | 0.76 | 0.71 | 0.21 | 356.45 | 0.61 | 0.49 |
| Hex | C9 | 31 | 3A | 0 | 4C | 47 | 15 | 164 | 3D | 31 |
| Octal | 311 | 61 | 72 | 0 | 114 | 107 | 25 | 544 | 75 | 61 |
| Binary | 11001001 | 110001 | 111010 | 0 | 1001100 | 1000111 | 10101 | 101100100 | 111101 | 110001 |
Color Harmonies of #C9313A
Complementary color
Monochromatic Colors of #C9313A
Black with #C9313A
Text Example
Text Example
White with #C9313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9313A; }
p { color: rgb(201,49,58); }
H1.HeaderClassName
{
color: #C9313A;
}
.AnyTagClassName
{
color: #C9313A;
}
</style>
background-color css
<style>
a { background-color: #C9313A; }
a { background-color: rgb(201,49,58); }
div.DivClassName
{
background-color: #C9313A;
}
.BgClassName
{
background-color: #C9313A;
}
</style>
border-color css
<style>
span { border-color: #C9313A; }
span { border-color: rgb(201,49,58); }
td.TdClassName
{
border-color: #C9313A;
}
.TagClassName
{
border-color: #C9313A;
}
</style>