Shades of Mexican Red #953F3C
Tints of Mexican Red #953F3C
RGB
CMYK
RGB Variations
Color information
#953F3C (or 0x953F3C) is known color: Mexican Red. HEX triplet: 95, 3F and 3C. RGB value is (149,63,60). Sum of RGB (Red+Green+Blue) = 149+63+60=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #953F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F3C is #6AC0C3. Grayscale: #585858. Windows color (decimal): -6996164 or 3948437. OLE color: 3948437.
HSL color Cylindrical-coordinate representation of color #953F3C: hue angle of 2.02º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953F3C is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 60 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.42 |
| HSL | 2.02º | 0.43% | 0.41% | - |
| HSV(B) | 2.02º | 0.6% | 0.58% | - |
| XYZ | 14.99 | 10.27 | 5.47 | - |
| YUV | 88.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 60 | 0 | 0.58 | 0.60 | 0.42 | 2.02 | 0.43 | 0.41 |
| Hex | 95 | 3F | 3C | 0 | 3A | 3C | 2A | 2 | 2B | 29 |
| Octal | 225 | 77 | 74 | 0 | 72 | 74 | 52 | 2 | 53 | 51 |
| Binary | 10010101 | 111111 | 111100 | 0 | 111010 | 111100 | 101010 | 10 | 101011 | 101001 |
Color Harmonies of #953F3C
Complementary color
Monochromatic Colors of #953F3C
Black with #953F3C
Text Example
Text Example
White with #953F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F3C; }
p { color: rgb(149,63,60); }
H1.HeaderClassName
{
color: #953F3C;
}
.AnyTagClassName
{
color: #953F3C;
}
</style>
background-color css
<style>
a { background-color: #953F3C; }
a { background-color: rgb(149,63,60); }
div.DivClassName
{
background-color: #953F3C;
}
.BgClassName
{
background-color: #953F3C;
}
</style>
border-color css
<style>
span { border-color: #953F3C; }
span { border-color: rgb(149,63,60); }
td.TdClassName
{
border-color: #953F3C;
}
.TagClassName
{
border-color: #953F3C;
}
</style>