Shades of Mexican Red #9D3E36
Tints of Mexican Red #9D3E36
RGB
CMYK
RGB Variations
Color information
#9D3E36 (or 0x9D3E36) is known color: Mexican Red. HEX triplet: 9D, 3E and 36. RGB value is (157,62,54). Sum of RGB (Red+Green+Blue) = 157+62+54=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3E36 is #62C1C9. Grayscale: #595959. Windows color (decimal): -6472138 or 3554973. OLE color: 3554973.
HSL color Cylindrical-coordinate representation of color #9D3E36: hue angle of 4.66º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3E36 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 62 | 54 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.38 |
| HSL | 4.66º | 0.49% | 0.41% | - |
| HSV(B) | 4.66º | 0.66% | 0.62% | - |
| XYZ | 16.29 | 10.88 | 4.73 | - |
| YUV | 89.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 62 | 54 | 0 | 0.61 | 0.66 | 0.38 | 4.66 | 0.49 | 0.41 |
| Hex | 9D | 3E | 36 | 0 | 3D | 42 | 26 | 5 | 31 | 29 |
| Octal | 235 | 76 | 66 | 0 | 75 | 102 | 46 | 5 | 61 | 51 |
| Binary | 10011101 | 111110 | 110110 | 0 | 111101 | 1000010 | 100110 | 101 | 110001 | 101001 |
Color Harmonies of #9D3E36
Complementary color
Monochromatic Colors of #9D3E36
Black with #9D3E36
Text Example
Text Example
White with #9D3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3E36; }
p { color: rgb(157,62,54); }
H1.HeaderClassName
{
color: #9D3E36;
}
.AnyTagClassName
{
color: #9D3E36;
}
</style>
background-color css
<style>
a { background-color: #9D3E36; }
a { background-color: rgb(157,62,54); }
div.DivClassName
{
background-color: #9D3E36;
}
.BgClassName
{
background-color: #9D3E36;
}
</style>
border-color css
<style>
span { border-color: #9D3E36; }
span { border-color: rgb(157,62,54); }
td.TdClassName
{
border-color: #9D3E36;
}
.TagClassName
{
border-color: #9D3E36;
}
</style>