Shades of Mexican Red #9F3D38
Tints of Mexican Red #9F3D38
RGB
CMYK
RGB Variations
Color information
#9F3D38 (or 0x9F3D38) is known color: Mexican Red. HEX triplet: 9F, 3D and 38. RGB value is (159,61,56). Sum of RGB (Red+Green+Blue) = 159+61+56=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3D38 is #60C2C7. Grayscale: #595959. Windows color (decimal): -6341320 or 3685791. OLE color: 3685791.
HSL color Cylindrical-coordinate representation of color #9F3D38: hue angle of 2.91º 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 #9F3D38 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 61 | 56 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.38 |
| HSL | 2.91º | 0.48% | 0.42% | - |
| HSV(B) | 2.91º | 0.65% | 0.62% | - |
| XYZ | 16.68 | 10.99 | 4.98 | - |
| YUV | 89.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 61 | 56 | 0 | 0.62 | 0.65 | 0.38 | 2.91 | 0.48 | 0.42 |
| Hex | 9F | 3D | 38 | 0 | 3E | 41 | 26 | 3 | 30 | 2A |
| Octal | 237 | 75 | 70 | 0 | 76 | 101 | 46 | 3 | 60 | 52 |
| Binary | 10011111 | 111101 | 111000 | 0 | 111110 | 1000001 | 100110 | 11 | 110000 | 101010 |
Color Harmonies of #9F3D38
Complementary color
Monochromatic Colors of #9F3D38
Black with #9F3D38
Text Example
Text Example
White with #9F3D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3D38; }
p { color: rgb(159,61,56); }
H1.HeaderClassName
{
color: #9F3D38;
}
.AnyTagClassName
{
color: #9F3D38;
}
</style>
background-color css
<style>
a { background-color: #9F3D38; }
a { background-color: rgb(159,61,56); }
div.DivClassName
{
background-color: #9F3D38;
}
.BgClassName
{
background-color: #9F3D38;
}
</style>
border-color css
<style>
span { border-color: #9F3D38; }
span { border-color: rgb(159,61,56); }
td.TdClassName
{
border-color: #9F3D38;
}
.TagClassName
{
border-color: #9F3D38;
}
</style>