Shades of Mexican Red #963A3A
Tints of Mexican Red #963A3A
RGB
CMYK
RGB Variations
Color information
#963A3A (or 0x963A3A) is known color: Mexican Red. HEX triplet: 96, 3A and 3A. RGB value is (150,58,58). Sum of RGB (Red+Green+Blue) = 150+58+58=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #963A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A3A is #69C5C5. Grayscale: #555555. Windows color (decimal): -6931910 or 3816086. OLE color: 3816086.
HSL color Cylindrical-coordinate representation of color #963A3A: hue angle of 0º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963A3A is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 58 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.41 |
| HSL | 0º | 0.44% | 0.41% | - |
| HSV(B) | 0º | 0.61% | 0.59% | - |
| XYZ | 14.85 | 9.82 | 5.11 | - |
| YUV | 85.51 | 112.48 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 58 | 0 | 0.61 | 0.61 | 0.41 | 0 | 0.44 | 0.41 |
| Hex | 96 | 3A | 3A | 0 | 3D | 3D | 29 | 0 | 2C | 29 |
| Octal | 226 | 72 | 72 | 0 | 75 | 75 | 51 | 0 | 54 | 51 |
| Binary | 10010110 | 111010 | 111010 | 0 | 111101 | 111101 | 101001 | 0 | 101100 | 101001 |
Color Harmonies of #963A3A
Complementary color
Monochromatic Colors of #963A3A
Black with #963A3A
Text Example
Text Example
White with #963A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A3A; }
p { color: rgb(150,58,58); }
H1.HeaderClassName
{
color: #963A3A;
}
.AnyTagClassName
{
color: #963A3A;
}
</style>
background-color css
<style>
a { background-color: #963A3A; }
a { background-color: rgb(150,58,58); }
div.DivClassName
{
background-color: #963A3A;
}
.BgClassName
{
background-color: #963A3A;
}
</style>
border-color css
<style>
span { border-color: #963A3A; }
span { border-color: rgb(150,58,58); }
td.TdClassName
{
border-color: #963A3A;
}
.TagClassName
{
border-color: #963A3A;
}
</style>