Shades of Mexican Red #9C4240
Tints of Mexican Red #9C4240
RGB
CMYK
RGB Variations
Color information
#9C4240 (or 0x9C4240) is known color: Mexican Red. HEX triplet: 9C, 42 and 40. RGB value is (156,66,64). Sum of RGB (Red+Green+Blue) = 156+66+64=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4240 is #63BDBF. Grayscale: #5C5C5C. Windows color (decimal): -6536640 or 4211356. OLE color: 4211356.
HSL color Cylindrical-coordinate representation of color #9C4240: hue angle of 1.3º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C4240 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 66 | 64 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.39 |
| HSL | 1.3º | 0.42% | 0.43% | - |
| HSV(B) | 1.3º | 0.59% | 0.61% | - |
| XYZ | 16.58 | 11.33 | 6.16 | - |
| YUV | 92.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 64 | 0 | 0.58 | 0.59 | 0.39 | 1.3 | 0.42 | 0.43 |
| Hex | 9C | 42 | 40 | 0 | 3A | 3B | 27 | 1 | 2A | 2B |
| Octal | 234 | 102 | 100 | 0 | 72 | 73 | 47 | 1 | 52 | 53 |
| Binary | 10011100 | 1000010 | 1000000 | 0 | 111010 | 111011 | 100111 | 1 | 101010 | 101011 |
Color Harmonies of #9C4240
Complementary color
Monochromatic Colors of #9C4240
Black with #9C4240
Text Example
Text Example
White with #9C4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4240; }
p { color: rgb(156,66,64); }
H1.HeaderClassName
{
color: #9C4240;
}
.AnyTagClassName
{
color: #9C4240;
}
</style>
background-color css
<style>
a { background-color: #9C4240; }
a { background-color: rgb(156,66,64); }
div.DivClassName
{
background-color: #9C4240;
}
.BgClassName
{
background-color: #9C4240;
}
</style>
border-color css
<style>
span { border-color: #9C4240; }
span { border-color: rgb(156,66,64); }
td.TdClassName
{
border-color: #9C4240;
}
.TagClassName
{
border-color: #9C4240;
}
</style>