Shades of Mexican Red #964240
Tints of Mexican Red #964240
RGB
CMYK
RGB Variations
Color information
#964240 (or 0x964240) is known color: Mexican Red. HEX triplet: 96, 42 and 40. RGB value is (150,66,64). Sum of RGB (Red+Green+Blue) = 150+66+64=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #964240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964240 is #69BDBF. Grayscale: #5A5A5A. Windows color (decimal): -6929856 or 4211350. OLE color: 4211350.
HSL color Cylindrical-coordinate representation of color #964240: hue angle of 1.4º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964240 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 64 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.41 |
| HSL | 1.4º | 0.4% | 0.42% | - |
| HSV(B) | 1.4º | 0.57% | 0.59% | - |
| XYZ | 15.45 | 10.75 | 6.11 | - |
| YUV | 90.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 64 | 0 | 0.56 | 0.57 | 0.41 | 1.4 | 0.4 | 0.42 |
| Hex | 96 | 42 | 40 | 0 | 38 | 39 | 29 | 1 | 28 | 2A |
| Octal | 226 | 102 | 100 | 0 | 70 | 71 | 51 | 1 | 50 | 52 |
| Binary | 10010110 | 1000010 | 1000000 | 0 | 111000 | 111001 | 101001 | 1 | 101000 | 101010 |
Color Harmonies of #964240
Complementary color
Monochromatic Colors of #964240
Black with #964240
Text Example
Text Example
White with #964240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964240; }
p { color: rgb(150,66,64); }
H1.HeaderClassName
{
color: #964240;
}
.AnyTagClassName
{
color: #964240;
}
</style>
background-color css
<style>
a { background-color: #964240; }
a { background-color: rgb(150,66,64); }
div.DivClassName
{
background-color: #964240;
}
.BgClassName
{
background-color: #964240;
}
</style>
border-color css
<style>
span { border-color: #964240; }
span { border-color: rgb(150,66,64); }
td.TdClassName
{
border-color: #964240;
}
.TagClassName
{
border-color: #964240;
}
</style>