Shades of Mexican Red #9A413E
Tints of Mexican Red #9A413E
RGB
CMYK
RGB Variations
Color information
#9A413E (or 0x9A413E) is known color: Mexican Red. HEX triplet: 9A, 41 and 3E. RGB value is (154,65,62). Sum of RGB (Red+Green+Blue) = 154+65+62=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A413E is #65BEC1. Grayscale: #5B5B5B. Windows color (decimal): -6667970 or 4080026. OLE color: 4080026.
HSL color Cylindrical-coordinate representation of color #9A413E: hue angle of 1.96º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A413E is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 65 | 62 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.40 |
| HSL | 1.96º | 0.43% | 0.42% | - |
| HSV(B) | 1.96º | 0.6% | 0.6% | - |
| XYZ | 16.09 | 11 | 5.83 | - |
| YUV | 91.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 62 | 0 | 0.58 | 0.60 | 0.40 | 1.96 | 0.43 | 0.42 |
| Hex | 9A | 41 | 3E | 0 | 3A | 3C | 28 | 2 | 2B | 2A |
| Octal | 232 | 101 | 76 | 0 | 72 | 74 | 50 | 2 | 53 | 52 |
| Binary | 10011010 | 1000001 | 111110 | 0 | 111010 | 111100 | 101000 | 10 | 101011 | 101010 |
Color Harmonies of #9A413E
Complementary color
Monochromatic Colors of #9A413E
Black with #9A413E
Text Example
Text Example
White with #9A413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A413E; }
p { color: rgb(154,65,62); }
H1.HeaderClassName
{
color: #9A413E;
}
.AnyTagClassName
{
color: #9A413E;
}
</style>
background-color css
<style>
a { background-color: #9A413E; }
a { background-color: rgb(154,65,62); }
div.DivClassName
{
background-color: #9A413E;
}
.BgClassName
{
background-color: #9A413E;
}
</style>
border-color css
<style>
span { border-color: #9A413E; }
span { border-color: rgb(154,65,62); }
td.TdClassName
{
border-color: #9A413E;
}
.TagClassName
{
border-color: #9A413E;
}
</style>