Shades of Mexican Red #96403C
Tints of Mexican Red #96403C
RGB
CMYK
RGB Variations
Color information
#96403C (or 0x96403C) is known color: Mexican Red. HEX triplet: 96, 40 and 3C. RGB value is (150,64,60). Sum of RGB (Red+Green+Blue) = 150+64+60=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96403C is #69BFC3. Grayscale: #595959. Windows color (decimal): -6930372 or 3948694. OLE color: 3948694.
HSL color Cylindrical-coordinate representation of color #96403C: hue angle of 2.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96403C is Cyan = 0, Magento = 0.57, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 60 | - |
| CMYK | 0 | 0.57 | 0.6 | 0.41 |
| HSL | 2.67º | 0.43% | 0.41% | - |
| HSV(B) | 2.67º | 0.6% | 0.59% | - |
| XYZ | 15.23 | 10.48 | 5.49 | - |
| YUV | 89.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 60 | 0 | 0.57 | 0.6 | 0.41 | 2.67 | 0.43 | 0.41 |
| Hex | 96 | 40 | 3C | 0 | 39 | 3C | 29 | 3 | 2B | 29 |
| Octal | 226 | 100 | 74 | 0 | 71 | 74 | 51 | 3 | 53 | 51 |
| Binary | 10010110 | 1000000 | 111100 | 0 | 111001 | 111100 | 101001 | 11 | 101011 | 101001 |
Color Harmonies of #96403C
Complementary color
Monochromatic Colors of #96403C
Black with #96403C
Text Example
Text Example
White with #96403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96403C; }
p { color: rgb(150,64,60); }
H1.HeaderClassName
{
color: #96403C;
}
.AnyTagClassName
{
color: #96403C;
}
</style>
background-color css
<style>
a { background-color: #96403C; }
a { background-color: rgb(150,64,60); }
div.DivClassName
{
background-color: #96403C;
}
.BgClassName
{
background-color: #96403C;
}
</style>
border-color css
<style>
span { border-color: #96403C; }
span { border-color: rgb(150,64,60); }
td.TdClassName
{
border-color: #96403C;
}
.TagClassName
{
border-color: #96403C;
}
</style>