Shades of Mexican Red #95403C
Tints of Mexican Red #95403C
RGB
CMYK
RGB Variations
Color information
#95403C (or 0x95403C) is known color: Mexican Red. HEX triplet: 95, 40 and 3C. RGB value is (149,64,60). Sum of RGB (Red+Green+Blue) = 149+64+60=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95403C is #6ABFC3. Grayscale: #595959. Windows color (decimal): -6995908 or 3948693. OLE color: 3948693.
HSL color Cylindrical-coordinate representation of color #95403C: hue angle of 2.7º 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 #95403C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 60 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.42 |
| HSL | 2.7º | 0.43% | 0.41% | - |
| HSV(B) | 2.7º | 0.6% | 0.58% | - |
| XYZ | 15.04 | 10.38 | 5.49 | - |
| YUV | 88.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 60 | 0 | 0.57 | 0.60 | 0.42 | 2.7 | 0.43 | 0.41 |
| Hex | 95 | 40 | 3C | 0 | 39 | 3C | 2A | 3 | 2B | 29 |
| Octal | 225 | 100 | 74 | 0 | 71 | 74 | 52 | 3 | 53 | 51 |
| Binary | 10010101 | 1000000 | 111100 | 0 | 111001 | 111100 | 101010 | 11 | 101011 | 101001 |
Color Harmonies of #95403C
Complementary color
Monochromatic Colors of #95403C
Black with #95403C
Text Example
Text Example
White with #95403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95403C; }
p { color: rgb(149,64,60); }
H1.HeaderClassName
{
color: #95403C;
}
.AnyTagClassName
{
color: #95403C;
}
</style>
background-color css
<style>
a { background-color: #95403C; }
a { background-color: rgb(149,64,60); }
div.DivClassName
{
background-color: #95403C;
}
.BgClassName
{
background-color: #95403C;
}
</style>
border-color css
<style>
span { border-color: #95403C; }
span { border-color: rgb(149,64,60); }
td.TdClassName
{
border-color: #95403C;
}
.TagClassName
{
border-color: #95403C;
}
</style>