Shades of Mexican Red #964343
Tints of Mexican Red #964343
RGB
CMYK
RGB Variations
Color information
#964343 (or 0x964343) is known color: Mexican Red. HEX triplet: 96, 43 and 43. RGB value is (150,67,67). Sum of RGB (Red+Green+Blue) = 150+67+67=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #964343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964343 is #69BCBC. Grayscale: #5B5B5B. Windows color (decimal): -6929597 or 4408214. OLE color: 4408214.
HSL color Cylindrical-coordinate representation of color #964343: hue angle of 0º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964343 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 67 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.41 |
| HSL | 0º | 0.38% | 0.43% | - |
| HSV(B) | 0º | 0.55% | 0.59% | - |
| XYZ | 15.6 | 10.9 | 6.59 | - |
| YUV | 91.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 67 | 0 | 0.55 | 0.55 | 0.41 | 0 | 0.38 | 0.43 |
| Hex | 96 | 43 | 43 | 0 | 37 | 37 | 29 | 0 | 26 | 2B |
| Octal | 226 | 103 | 103 | 0 | 67 | 67 | 51 | 0 | 46 | 53 |
| Binary | 10010110 | 1000011 | 1000011 | 0 | 110111 | 110111 | 101001 | 0 | 100110 | 101011 |
Color Harmonies of #964343
Complementary color
Monochromatic Colors of #964343
Black with #964343
Text Example
Text Example
White with #964343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964343; }
p { color: rgb(150,67,67); }
H1.HeaderClassName
{
color: #964343;
}
.AnyTagClassName
{
color: #964343;
}
</style>
background-color css
<style>
a { background-color: #964343; }
a { background-color: rgb(150,67,67); }
div.DivClassName
{
background-color: #964343;
}
.BgClassName
{
background-color: #964343;
}
</style>
border-color css
<style>
span { border-color: #964343; }
span { border-color: rgb(150,67,67); }
td.TdClassName
{
border-color: #964343;
}
.TagClassName
{
border-color: #964343;
}
</style>