Shades of Mexican Red #9F3E34
Tints of Mexican Red #9F3E34
RGB
CMYK
RGB Variations
Color information
#9F3E34 (or 0x9F3E34) is known color: Mexican Red. HEX triplet: 9F, 3E and 34. RGB value is (159,62,52). Sum of RGB (Red+Green+Blue) = 159+62+52=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3E34 is #60C1CB. Grayscale: #5A5A5A. Windows color (decimal): -6341068 or 3423903. OLE color: 3423903.
HSL color Cylindrical-coordinate representation of color #9F3E34: hue angle of 5.61º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3E34 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 62 | 52 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.38 |
| HSL | 5.61º | 0.51% | 0.41% | - |
| HSV(B) | 5.61º | 0.67% | 0.62% | - |
| XYZ | 16.64 | 11.06 | 4.51 | - |
| YUV | 89.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 52 | 0 | 0.61 | 0.67 | 0.38 | 5.61 | 0.51 | 0.41 |
| Hex | 9F | 3E | 34 | 0 | 3D | 43 | 26 | 6 | 33 | 29 |
| Octal | 237 | 76 | 64 | 0 | 75 | 103 | 46 | 6 | 63 | 51 |
| Binary | 10011111 | 111110 | 110100 | 0 | 111101 | 1000011 | 100110 | 110 | 110011 | 101001 |
Color Harmonies of #9F3E34
Complementary color
Monochromatic Colors of #9F3E34
Black with #9F3E34
Text Example
Text Example
White with #9F3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3E34; }
p { color: rgb(159,62,52); }
H1.HeaderClassName
{
color: #9F3E34;
}
.AnyTagClassName
{
color: #9F3E34;
}
</style>
background-color css
<style>
a { background-color: #9F3E34; }
a { background-color: rgb(159,62,52); }
div.DivClassName
{
background-color: #9F3E34;
}
.BgClassName
{
background-color: #9F3E34;
}
</style>
border-color css
<style>
span { border-color: #9F3E34; }
span { border-color: rgb(159,62,52); }
td.TdClassName
{
border-color: #9F3E34;
}
.TagClassName
{
border-color: #9F3E34;
}
</style>