Shades of Mexican Red #953E38
Tints of Mexican Red #953E38
RGB
CMYK
RGB Variations
Color information
#953E38 (or 0x953E38) is known color: Mexican Red. HEX triplet: 95, 3E and 38. RGB value is (149,62,56). Sum of RGB (Red+Green+Blue) = 149+62+56=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #953E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E38 is #6AC1C7. Grayscale: #575757. Windows color (decimal): -6996424 or 3686037. OLE color: 3686037.
HSL color Cylindrical-coordinate representation of color #953E38: hue angle of 3.87º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953E38 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 56 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.42 |
| HSL | 3.87º | 0.45% | 0.4% | - |
| HSV(B) | 3.87º | 0.62% | 0.58% | - |
| XYZ | 14.83 | 10.12 | 4.91 | - |
| YUV | 87.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 56 | 0 | 0.58 | 0.62 | 0.42 | 3.87 | 0.45 | 0.4 |
| Hex | 95 | 3E | 38 | 0 | 3A | 3E | 2A | 4 | 2D | 28 |
| Octal | 225 | 76 | 70 | 0 | 72 | 76 | 52 | 4 | 55 | 50 |
| Binary | 10010101 | 111110 | 111000 | 0 | 111010 | 111110 | 101010 | 100 | 101101 | 101000 |
Color Harmonies of #953E38
Complementary color
Monochromatic Colors of #953E38
Black with #953E38
Text Example
Text Example
White with #953E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E38; }
p { color: rgb(149,62,56); }
H1.HeaderClassName
{
color: #953E38;
}
.AnyTagClassName
{
color: #953E38;
}
</style>
background-color css
<style>
a { background-color: #953E38; }
a { background-color: rgb(149,62,56); }
div.DivClassName
{
background-color: #953E38;
}
.BgClassName
{
background-color: #953E38;
}
</style>
border-color css
<style>
span { border-color: #953E38; }
span { border-color: rgb(149,62,56); }
td.TdClassName
{
border-color: #953E38;
}
.TagClassName
{
border-color: #953E38;
}
</style>