Shades of Mexican Red #9D3A37
Tints of Mexican Red #9D3A37
RGB
CMYK
RGB Variations
Color information
#9D3A37 (or 0x9D3A37) is known color: Mexican Red. HEX triplet: 9D, 3A and 37. RGB value is (157,58,55). Sum of RGB (Red+Green+Blue) = 157+58+55=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3A37 is #62C5C8. Grayscale: #575757. Windows color (decimal): -6473161 or 3619485. OLE color: 3619485.
HSL color Cylindrical-coordinate representation of color #9D3A37: hue angle of 1.76º 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 #9D3A37 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 58 | 55 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.38 |
| HSL | 1.76º | 0.48% | 0.42% | - |
| HSV(B) | 1.76º | 0.65% | 0.62% | - |
| XYZ | 16.11 | 10.47 | 4.79 | - |
| YUV | 87.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 58 | 55 | 0 | 0.63 | 0.65 | 0.38 | 1.76 | 0.48 | 0.42 |
| Hex | 9D | 3A | 37 | 0 | 3F | 41 | 26 | 2 | 30 | 2A |
| Octal | 235 | 72 | 67 | 0 | 77 | 101 | 46 | 2 | 60 | 52 |
| Binary | 10011101 | 111010 | 110111 | 0 | 111111 | 1000001 | 100110 | 10 | 110000 | 101010 |
Color Harmonies of #9D3A37
Complementary color
Monochromatic Colors of #9D3A37
Black with #9D3A37
Text Example
Text Example
White with #9D3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3A37; }
p { color: rgb(157,58,55); }
H1.HeaderClassName
{
color: #9D3A37;
}
.AnyTagClassName
{
color: #9D3A37;
}
</style>
background-color css
<style>
a { background-color: #9D3A37; }
a { background-color: rgb(157,58,55); }
div.DivClassName
{
background-color: #9D3A37;
}
.BgClassName
{
background-color: #9D3A37;
}
</style>
border-color css
<style>
span { border-color: #9D3A37; }
span { border-color: rgb(157,58,55); }
td.TdClassName
{
border-color: #9D3A37;
}
.TagClassName
{
border-color: #9D3A37;
}
</style>