Shades of Mexican Red #953B39
Tints of Mexican Red #953B39
RGB
CMYK
RGB Variations
Color information
#953B39 (or 0x953B39) is known color: Mexican Red. HEX triplet: 95, 3B and 39. RGB value is (149,59,57). Sum of RGB (Red+Green+Blue) = 149+59+57=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #953B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B39 is #6AC4C6. Grayscale: #555555. Windows color (decimal): -6997191 or 3750805. OLE color: 3750805.
HSL color Cylindrical-coordinate representation of color #953B39: hue angle of 1.3º 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 #953B39 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 57 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.42 |
| HSL | 1.3º | 0.45% | 0.4% | - |
| HSV(B) | 1.3º | 0.62% | 0.58% | - |
| XYZ | 14.7 | 9.81 | 4.99 | - |
| YUV | 85.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 57 | 0 | 0.60 | 0.62 | 0.42 | 1.3 | 0.45 | 0.4 |
| Hex | 95 | 3B | 39 | 0 | 3C | 3E | 2A | 1 | 2D | 28 |
| Octal | 225 | 73 | 71 | 0 | 74 | 76 | 52 | 1 | 55 | 50 |
| Binary | 10010101 | 111011 | 111001 | 0 | 111100 | 111110 | 101010 | 1 | 101101 | 101000 |
Color Harmonies of #953B39
Complementary color
Monochromatic Colors of #953B39
Black with #953B39
Text Example
Text Example
White with #953B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B39; }
p { color: rgb(149,59,57); }
H1.HeaderClassName
{
color: #953B39;
}
.AnyTagClassName
{
color: #953B39;
}
</style>
background-color css
<style>
a { background-color: #953B39; }
a { background-color: rgb(149,59,57); }
div.DivClassName
{
background-color: #953B39;
}
.BgClassName
{
background-color: #953B39;
}
</style>
border-color css
<style>
span { border-color: #953B39; }
span { border-color: rgb(149,59,57); }
td.TdClassName
{
border-color: #953B39;
}
.TagClassName
{
border-color: #953B39;
}
</style>