Shades of Mexican Red #913E3E
Tints of Mexican Red #913E3E
RGB
CMYK
RGB Variations
Color information
#913E3E (or 0x913E3E) is known color: Mexican Red. HEX triplet: 91, 3E and 3E. RGB value is (145,62,62). Sum of RGB (Red+Green+Blue) = 145+62+62=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #913E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913E3E is #6EC1C1. Grayscale: #565656. Windows color (decimal): -7258562 or 4079249. OLE color: 4079249.
HSL color Cylindrical-coordinate representation of color #913E3E: hue angle of 0º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #913E3E is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 62 | 62 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.43 |
| HSL | 0º | 0.4% | 0.41% | - |
| HSV(B) | 0º | 0.57% | 0.57% | - |
| XYZ | 14.27 | 9.81 | 5.7 | - |
| YUV | 86.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 62 | 0 | 0.57 | 0.57 | 0.43 | 0 | 0.4 | 0.41 |
| Hex | 91 | 3E | 3E | 0 | 39 | 39 | 2B | 0 | 28 | 29 |
| Octal | 221 | 76 | 76 | 0 | 71 | 71 | 53 | 0 | 50 | 51 |
| Binary | 10010001 | 111110 | 111110 | 0 | 111001 | 111001 | 101011 | 0 | 101000 | 101001 |
Color Harmonies of #913E3E
Complementary color
Monochromatic Colors of #913E3E
Black with #913E3E
Text Example
Text Example
White with #913E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E3E; }
p { color: rgb(145,62,62); }
H1.HeaderClassName
{
color: #913E3E;
}
.AnyTagClassName
{
color: #913E3E;
}
</style>
background-color css
<style>
a { background-color: #913E3E; }
a { background-color: rgb(145,62,62); }
div.DivClassName
{
background-color: #913E3E;
}
.BgClassName
{
background-color: #913E3E;
}
</style>
border-color css
<style>
span { border-color: #913E3E; }
span { border-color: rgb(145,62,62); }
td.TdClassName
{
border-color: #913E3E;
}
.TagClassName
{
border-color: #913E3E;
}
</style>