Shades of Mexican Red #973E3C
Tints of Mexican Red #973E3C
RGB
CMYK
RGB Variations
Color information
#973E3C (or 0x973E3C) is known color: Mexican Red. HEX triplet: 97, 3E and 3C. RGB value is (151,62,60). Sum of RGB (Red+Green+Blue) = 151+62+60=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #973E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973E3C is #68C1C3. Grayscale: #585858. Windows color (decimal): -6865348 or 3948183. OLE color: 3948183.
HSL color Cylindrical-coordinate representation of color #973E3C: hue angle of 1.32º 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 #973E3C is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 62 | 60 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.41 |
| HSL | 1.32º | 0.43% | 0.41% | - |
| HSV(B) | 1.32º | 0.6% | 0.59% | - |
| XYZ | 15.3 | 10.35 | 5.47 | - |
| YUV | 88.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 60 | 0 | 0.59 | 0.60 | 0.41 | 1.32 | 0.43 | 0.41 |
| Hex | 97 | 3E | 3C | 0 | 3B | 3C | 29 | 1 | 2B | 29 |
| Octal | 227 | 76 | 74 | 0 | 73 | 74 | 51 | 1 | 53 | 51 |
| Binary | 10010111 | 111110 | 111100 | 0 | 111011 | 111100 | 101001 | 1 | 101011 | 101001 |
Color Harmonies of #973E3C
Complementary color
Monochromatic Colors of #973E3C
Black with #973E3C
Text Example
Text Example
White with #973E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973E3C; }
p { color: rgb(151,62,60); }
H1.HeaderClassName
{
color: #973E3C;
}
.AnyTagClassName
{
color: #973E3C;
}
</style>
background-color css
<style>
a { background-color: #973E3C; }
a { background-color: rgb(151,62,60); }
div.DivClassName
{
background-color: #973E3C;
}
.BgClassName
{
background-color: #973E3C;
}
</style>
border-color css
<style>
span { border-color: #973E3C; }
span { border-color: rgb(151,62,60); }
td.TdClassName
{
border-color: #973E3C;
}
.TagClassName
{
border-color: #973E3C;
}
</style>