Shades of Mexican Red #973B37
Tints of Mexican Red #973B37
RGB
CMYK
RGB Variations
Color information
#973B37 (or 0x973B37) is known color: Mexican Red. HEX triplet: 97, 3B and 37. RGB value is (151,59,55). Sum of RGB (Red+Green+Blue) = 151+59+55=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #973B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973B37 is #68C4C8. Grayscale: #565656. Windows color (decimal): -6866121 or 3619735. OLE color: 3619735.
HSL color Cylindrical-coordinate representation of color #973B37: hue angle of 2.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #973B37 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 59 | 55 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.41 |
| HSL | 2.5º | 0.47% | 0.4% | - |
| HSV(B) | 2.5º | 0.64% | 0.59% | - |
| XYZ | 15.02 | 9.98 | 4.75 | - |
| YUV | 86.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 55 | 0 | 0.61 | 0.64 | 0.41 | 2.5 | 0.47 | 0.4 |
| Hex | 97 | 3B | 37 | 0 | 3D | 40 | 29 | 2 | 2F | 28 |
| Octal | 227 | 73 | 67 | 0 | 75 | 100 | 51 | 2 | 57 | 50 |
| Binary | 10010111 | 111011 | 110111 | 0 | 111101 | 1000000 | 101001 | 10 | 101111 | 101000 |
Color Harmonies of #973B37
Complementary color
Monochromatic Colors of #973B37
Black with #973B37
Text Example
Text Example
White with #973B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973B37; }
p { color: rgb(151,59,55); }
H1.HeaderClassName
{
color: #973B37;
}
.AnyTagClassName
{
color: #973B37;
}
</style>
background-color css
<style>
a { background-color: #973B37; }
a { background-color: rgb(151,59,55); }
div.DivClassName
{
background-color: #973B37;
}
.BgClassName
{
background-color: #973B37;
}
</style>
border-color css
<style>
span { border-color: #973B37; }
span { border-color: rgb(151,59,55); }
td.TdClassName
{
border-color: #973B37;
}
.TagClassName
{
border-color: #973B37;
}
</style>