Shades of Mexican Red #9F3A38
Tints of Mexican Red #9F3A38
RGB
CMYK
RGB Variations
Color information
#9F3A38 (or 0x9F3A38) is known color: Mexican Red. HEX triplet: 9F, 3A and 38. RGB value is (159,58,56). Sum of RGB (Red+Green+Blue) = 159+58+56=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A38 is #60C5C7. Grayscale: #585858. Windows color (decimal): -6342088 or 3685023. OLE color: 3685023.
HSL color Cylindrical-coordinate representation of color #9F3A38: hue angle of 1.17º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3A38 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 58 | 56 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.38 |
| HSL | 1.17º | 0.48% | 0.42% | - |
| HSV(B) | 1.17º | 0.65% | 0.62% | - |
| XYZ | 16.52 | 10.68 | 4.93 | - |
| YUV | 87.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 58 | 56 | 0 | 0.64 | 0.65 | 0.38 | 1.17 | 0.48 | 0.42 |
| Hex | 9F | 3A | 38 | 0 | 40 | 41 | 26 | 1 | 30 | 2A |
| Octal | 237 | 72 | 70 | 0 | 100 | 101 | 46 | 1 | 60 | 52 |
| Binary | 10011111 | 111010 | 111000 | 0 | 1000000 | 1000001 | 100110 | 1 | 110000 | 101010 |
Color Harmonies of #9F3A38
Complementary color
Monochromatic Colors of #9F3A38
Black with #9F3A38
Text Example
Text Example
White with #9F3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3A38; }
p { color: rgb(159,58,56); }
H1.HeaderClassName
{
color: #9F3A38;
}
.AnyTagClassName
{
color: #9F3A38;
}
</style>
background-color css
<style>
a { background-color: #9F3A38; }
a { background-color: rgb(159,58,56); }
div.DivClassName
{
background-color: #9F3A38;
}
.BgClassName
{
background-color: #9F3A38;
}
</style>
border-color css
<style>
span { border-color: #9F3A38; }
span { border-color: rgb(159,58,56); }
td.TdClassName
{
border-color: #9F3A38;
}
.TagClassName
{
border-color: #9F3A38;
}
</style>