Shades of Mexican Red #973D3C
Tints of Mexican Red #973D3C
RGB
CMYK
RGB Variations
Color information
#973D3C (or 0x973D3C) is known color: Mexican Red. HEX triplet: 97, 3D and 3C. RGB value is (151,61,60). Sum of RGB (Red+Green+Blue) = 151+61+60=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #973D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973D3C is #68C2C3. Grayscale: #575757. Windows color (decimal): -6865604 or 3947927. OLE color: 3947927.
HSL color Cylindrical-coordinate representation of color #973D3C: hue angle of 0.66º 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 #973D3C is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 61 | 60 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.41 |
| HSL | 0.66º | 0.43% | 0.41% | - |
| HSV(B) | 0.66º | 0.6% | 0.59% | - |
| XYZ | 15.25 | 10.24 | 5.45 | - |
| YUV | 87.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 60 | 0 | 0.60 | 0.60 | 0.41 | 0.66 | 0.43 | 0.41 |
| Hex | 97 | 3D | 3C | 0 | 3C | 3C | 29 | 1 | 2B | 29 |
| Octal | 227 | 75 | 74 | 0 | 74 | 74 | 51 | 1 | 53 | 51 |
| Binary | 10010111 | 111101 | 111100 | 0 | 111100 | 111100 | 101001 | 1 | 101011 | 101001 |
Color Harmonies of #973D3C
Complementary color
Monochromatic Colors of #973D3C
Black with #973D3C
Text Example
Text Example
White with #973D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973D3C; }
p { color: rgb(151,61,60); }
H1.HeaderClassName
{
color: #973D3C;
}
.AnyTagClassName
{
color: #973D3C;
}
</style>
background-color css
<style>
a { background-color: #973D3C; }
a { background-color: rgb(151,61,60); }
div.DivClassName
{
background-color: #973D3C;
}
.BgClassName
{
background-color: #973D3C;
}
</style>
border-color css
<style>
span { border-color: #973D3C; }
span { border-color: rgb(151,61,60); }
td.TdClassName
{
border-color: #973D3C;
}
.TagClassName
{
border-color: #973D3C;
}
</style>