Shades of Mexican Red #964242
Tints of Mexican Red #964242
RGB
CMYK
RGB Variations
Color information
#964242 (or 0x964242) is known color: Mexican Red. HEX triplet: 96, 42 and 42. RGB value is (150,66,66). Sum of RGB (Red+Green+Blue) = 150+66+66=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #964242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964242 is #69BDBD. Grayscale: #5B5B5B. Windows color (decimal): -6929854 or 4342422. OLE color: 4342422.
HSL color Cylindrical-coordinate representation of color #964242: hue angle of 0º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964242 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 66 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.41 |
| HSL | 0º | 0.39% | 0.42% | - |
| HSV(B) | 0º | 0.56% | 0.59% | - |
| XYZ | 15.51 | 10.77 | 6.42 | - |
| YUV | 91.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 66 | 0 | 0.56 | 0.56 | 0.41 | 0 | 0.39 | 0.42 |
| Hex | 96 | 42 | 42 | 0 | 38 | 38 | 29 | 0 | 27 | 2A |
| Octal | 226 | 102 | 102 | 0 | 70 | 70 | 51 | 0 | 47 | 52 |
| Binary | 10010110 | 1000010 | 1000010 | 0 | 111000 | 111000 | 101001 | 0 | 100111 | 101010 |
Color Harmonies of #964242
Complementary color
Monochromatic Colors of #964242
Black with #964242
Text Example
Text Example
White with #964242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964242; }
p { color: rgb(150,66,66); }
H1.HeaderClassName
{
color: #964242;
}
.AnyTagClassName
{
color: #964242;
}
</style>
background-color css
<style>
a { background-color: #964242; }
a { background-color: rgb(150,66,66); }
div.DivClassName
{
background-color: #964242;
}
.BgClassName
{
background-color: #964242;
}
</style>
border-color css
<style>
span { border-color: #964242; }
span { border-color: rgb(150,66,66); }
td.TdClassName
{
border-color: #964242;
}
.TagClassName
{
border-color: #964242;
}
</style>