Shades of Mexican Red #9A3E39
Tints of Mexican Red #9A3E39
RGB
CMYK
RGB Variations
Color information
#9A3E39 (or 0x9A3E39) is known color: Mexican Red. HEX triplet: 9A, 3E and 39. RGB value is (154,62,57). Sum of RGB (Red+Green+Blue) = 154+62+57=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3E39 is #65C1C6. Grayscale: #595959. Windows color (decimal): -6668743 or 3751578. OLE color: 3751578.
HSL color Cylindrical-coordinate representation of color #9A3E39: hue angle of 3.09º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A3E39 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 62 | 57 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.40 |
| HSL | 3.09º | 0.46% | 0.41% | - |
| HSV(B) | 3.09º | 0.63% | 0.6% | - |
| XYZ | 15.79 | 10.61 | 5.09 | - |
| YUV | 88.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 57 | 0 | 0.60 | 0.63 | 0.40 | 3.09 | 0.46 | 0.41 |
| Hex | 9A | 3E | 39 | 0 | 3C | 3F | 28 | 3 | 2E | 29 |
| Octal | 232 | 76 | 71 | 0 | 74 | 77 | 50 | 3 | 56 | 51 |
| Binary | 10011010 | 111110 | 111001 | 0 | 111100 | 111111 | 101000 | 11 | 101110 | 101001 |
Color Harmonies of #9A3E39
Complementary color
Monochromatic Colors of #9A3E39
Black with #9A3E39
Text Example
Text Example
White with #9A3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3E39; }
p { color: rgb(154,62,57); }
H1.HeaderClassName
{
color: #9A3E39;
}
.AnyTagClassName
{
color: #9A3E39;
}
</style>
background-color css
<style>
a { background-color: #9A3E39; }
a { background-color: rgb(154,62,57); }
div.DivClassName
{
background-color: #9A3E39;
}
.BgClassName
{
background-color: #9A3E39;
}
</style>
border-color css
<style>
span { border-color: #9A3E39; }
span { border-color: rgb(154,62,57); }
td.TdClassName
{
border-color: #9A3E39;
}
.TagClassName
{
border-color: #9A3E39;
}
</style>