Shades of Mexican Red #963E3C
Tints of Mexican Red #963E3C
RGB
CMYK
RGB Variations
Color information
#963E3C (or 0x963E3C) is known color: Mexican Red. HEX triplet: 96, 3E and 3C. RGB value is (150,62,60). Sum of RGB (Red+Green+Blue) = 150+62+60=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #963E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E3C is #69C1C3. Grayscale: #585858. Windows color (decimal): -6930884 or 3948182. OLE color: 3948182.
HSL color Cylindrical-coordinate representation of color #963E3C: hue angle of 1.33º 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 #963E3C is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 62 | 60 | - |
| CMYK | 0 | 0.59 | 0.6 | 0.41 |
| HSL | 1.33º | 0.43% | 0.41% | - |
| HSV(B) | 1.33º | 0.6% | 0.59% | - |
| XYZ | 15.12 | 10.26 | 5.46 | - |
| YUV | 88.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 60 | 0 | 0.59 | 0.6 | 0.41 | 1.33 | 0.43 | 0.41 |
| Hex | 96 | 3E | 3C | 0 | 3B | 3C | 29 | 1 | 2B | 29 |
| Octal | 226 | 76 | 74 | 0 | 73 | 74 | 51 | 1 | 53 | 51 |
| Binary | 10010110 | 111110 | 111100 | 0 | 111011 | 111100 | 101001 | 1 | 101011 | 101001 |
Color Harmonies of #963E3C
Complementary color
Monochromatic Colors of #963E3C
Black with #963E3C
Text Example
Text Example
White with #963E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963E3C; }
p { color: rgb(150,62,60); }
H1.HeaderClassName
{
color: #963E3C;
}
.AnyTagClassName
{
color: #963E3C;
}
</style>
background-color css
<style>
a { background-color: #963E3C; }
a { background-color: rgb(150,62,60); }
div.DivClassName
{
background-color: #963E3C;
}
.BgClassName
{
background-color: #963E3C;
}
</style>
border-color css
<style>
span { border-color: #963E3C; }
span { border-color: rgb(150,62,60); }
td.TdClassName
{
border-color: #963E3C;
}
.TagClassName
{
border-color: #963E3C;
}
</style>