Shades of Mexican Red #95403F
Tints of Mexican Red #95403F
RGB
CMYK
RGB Variations
Color information
#95403F (or 0x95403F) is known color: Mexican Red. HEX triplet: 95, 40 and 3F. RGB value is (149,64,63). Sum of RGB (Red+Green+Blue) = 149+64+63=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95403F is #6ABFC0. Grayscale: #595959. Windows color (decimal): -6995905 or 4145301. OLE color: 4145301.
HSL color Cylindrical-coordinate representation of color #95403F: hue angle of 0.7º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95403F is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 63 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.42 |
| HSL | 0.7º | 0.41% | 0.42% | - |
| HSV(B) | 0.7º | 0.58% | 0.58% | - |
| XYZ | 15.13 | 10.42 | 5.92 | - |
| YUV | 89.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 63 | 0 | 0.57 | 0.58 | 0.42 | 0.7 | 0.41 | 0.42 |
| Hex | 95 | 40 | 3F | 0 | 39 | 3A | 2A | 1 | 29 | 2A |
| Octal | 225 | 100 | 77 | 0 | 71 | 72 | 52 | 1 | 51 | 52 |
| Binary | 10010101 | 1000000 | 111111 | 0 | 111001 | 111010 | 101010 | 1 | 101001 | 101010 |
Color Harmonies of #95403F
Complementary color
Monochromatic Colors of #95403F
Black with #95403F
Text Example
Text Example
White with #95403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95403F; }
p { color: rgb(149,64,63); }
H1.HeaderClassName
{
color: #95403F;
}
.AnyTagClassName
{
color: #95403F;
}
</style>
background-color css
<style>
a { background-color: #95403F; }
a { background-color: rgb(149,64,63); }
div.DivClassName
{
background-color: #95403F;
}
.BgClassName
{
background-color: #95403F;
}
</style>
border-color css
<style>
span { border-color: #95403F; }
span { border-color: rgb(149,64,63); }
td.TdClassName
{
border-color: #95403F;
}
.TagClassName
{
border-color: #95403F;
}
</style>