Shades of Mexican Red #96413E
Tints of Mexican Red #96413E
RGB
CMYK
RGB Variations
Color information
#96413E (or 0x96413E) is known color: Mexican Red. HEX triplet: 96, 41 and 3E. RGB value is (150,65,62). Sum of RGB (Red+Green+Blue) = 150+65+62=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96413E is #69BEC1. Grayscale: #5A5A5A. Windows color (decimal): -6930114 or 4080022. OLE color: 4080022.
HSL color Cylindrical-coordinate representation of color #96413E: hue angle of 2.05º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96413E is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 65 | 62 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.41 |
| HSL | 2.05º | 0.42% | 0.42% | - |
| HSV(B) | 2.05º | 0.59% | 0.59% | - |
| XYZ | 15.34 | 10.61 | 5.8 | - |
| YUV | 90.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 62 | 0 | 0.57 | 0.59 | 0.41 | 2.05 | 0.42 | 0.42 |
| Hex | 96 | 41 | 3E | 0 | 39 | 3B | 29 | 2 | 2A | 2A |
| Octal | 226 | 101 | 76 | 0 | 71 | 73 | 51 | 2 | 52 | 52 |
| Binary | 10010110 | 1000001 | 111110 | 0 | 111001 | 111011 | 101001 | 10 | 101010 | 101010 |
Color Harmonies of #96413E
Complementary color
Monochromatic Colors of #96413E
Black with #96413E
Text Example
Text Example
White with #96413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96413E; }
p { color: rgb(150,65,62); }
H1.HeaderClassName
{
color: #96413E;
}
.AnyTagClassName
{
color: #96413E;
}
</style>
background-color css
<style>
a { background-color: #96413E; }
a { background-color: rgb(150,65,62); }
div.DivClassName
{
background-color: #96413E;
}
.BgClassName
{
background-color: #96413E;
}
</style>
border-color css
<style>
span { border-color: #96413E; }
span { border-color: rgb(150,65,62); }
td.TdClassName
{
border-color: #96413E;
}
.TagClassName
{
border-color: #96413E;
}
</style>