Shades of Mexican Red #9C4141
Tints of Mexican Red #9C4141
RGB
CMYK
RGB Variations
Color information
#9C4141 (or 0x9C4141) is known color: Mexican Red. HEX triplet: 9C, 41 and 41. RGB value is (156,65,65). Sum of RGB (Red+Green+Blue) = 156+65+65=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4141 is #63BEBE. Grayscale: #5C5C5C. Windows color (decimal): -6536895 or 4276636. OLE color: 4276636.
HSL color Cylindrical-coordinate representation of color #9C4141: hue angle of 0º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4141 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 65 | 65 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.39 |
| HSL | 0º | 0.41% | 0.43% | - |
| HSV(B) | 0º | 0.58% | 0.61% | - |
| XYZ | 16.55 | 11.23 | 6.3 | - |
| YUV | 92.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 65 | 0 | 0.58 | 0.58 | 0.39 | 0 | 0.41 | 0.43 |
| Hex | 9C | 41 | 41 | 0 | 3A | 3A | 27 | 0 | 29 | 2B |
| Octal | 234 | 101 | 101 | 0 | 72 | 72 | 47 | 0 | 51 | 53 |
| Binary | 10011100 | 1000001 | 1000001 | 0 | 111010 | 111010 | 100111 | 0 | 101001 | 101011 |
Color Harmonies of #9C4141
Complementary color
Monochromatic Colors of #9C4141
Black with #9C4141
Text Example
Text Example
White with #9C4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4141; }
p { color: rgb(156,65,65); }
H1.HeaderClassName
{
color: #9C4141;
}
.AnyTagClassName
{
color: #9C4141;
}
</style>
background-color css
<style>
a { background-color: #9C4141; }
a { background-color: rgb(156,65,65); }
div.DivClassName
{
background-color: #9C4141;
}
.BgClassName
{
background-color: #9C4141;
}
</style>
border-color css
<style>
span { border-color: #9C4141; }
span { border-color: rgb(156,65,65); }
td.TdClassName
{
border-color: #9C4141;
}
.TagClassName
{
border-color: #9C4141;
}
</style>