Shades of Mexican Red #97403C
Tints of Mexican Red #97403C
RGB
CMYK
RGB Variations
Color information
#97403C (or 0x97403C) is known color: Mexican Red. HEX triplet: 97, 40 and 3C. RGB value is (151,64,60). Sum of RGB (Red+Green+Blue) = 151+64+60=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #97403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97403C is #68BFC3. Grayscale: #595959. Windows color (decimal): -6864836 or 3948695. OLE color: 3948695.
HSL color Cylindrical-coordinate representation of color #97403C: hue angle of 2.64º 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 #97403C is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 64 | 60 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.41 |
| HSL | 2.64º | 0.43% | 0.41% | - |
| HSV(B) | 2.64º | 0.6% | 0.59% | - |
| XYZ | 15.41 | 10.57 | 5.5 | - |
| YUV | 89.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 60 | 0 | 0.58 | 0.60 | 0.41 | 2.64 | 0.43 | 0.41 |
| Hex | 97 | 40 | 3C | 0 | 3A | 3C | 29 | 3 | 2B | 29 |
| Octal | 227 | 100 | 74 | 0 | 72 | 74 | 51 | 3 | 53 | 51 |
| Binary | 10010111 | 1000000 | 111100 | 0 | 111010 | 111100 | 101001 | 11 | 101011 | 101001 |
Color Harmonies of #97403C
Complementary color
Monochromatic Colors of #97403C
Black with #97403C
Text Example
Text Example
White with #97403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97403C; }
p { color: rgb(151,64,60); }
H1.HeaderClassName
{
color: #97403C;
}
.AnyTagClassName
{
color: #97403C;
}
</style>
background-color css
<style>
a { background-color: #97403C; }
a { background-color: rgb(151,64,60); }
div.DivClassName
{
background-color: #97403C;
}
.BgClassName
{
background-color: #97403C;
}
</style>
border-color css
<style>
span { border-color: #97403C; }
span { border-color: rgb(151,64,60); }
td.TdClassName
{
border-color: #97403C;
}
.TagClassName
{
border-color: #97403C;
}
</style>