Shades of Mexican Red #95403E
Tints of Mexican Red #95403E
RGB
CMYK
RGB Variations
Color information
#95403E (or 0x95403E) is known color: Mexican Red. HEX triplet: 95, 40 and 3E. RGB value is (149,64,62). Sum of RGB (Red+Green+Blue) = 149+64+62=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95403E is #6ABFC1. Grayscale: #595959. Windows color (decimal): -6995906 or 4079765. OLE color: 4079765.
HSL color Cylindrical-coordinate representation of color #95403E: hue angle of 1.38º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95403E is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 62 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.42 |
| HSL | 1.38º | 0.41% | 0.41% | - |
| HSV(B) | 1.38º | 0.58% | 0.58% | - |
| XYZ | 15.1 | 10.4 | 5.77 | - |
| YUV | 89.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 62 | 0 | 0.57 | 0.58 | 0.42 | 1.38 | 0.41 | 0.41 |
| Hex | 95 | 40 | 3E | 0 | 39 | 3A | 2A | 1 | 29 | 29 |
| Octal | 225 | 100 | 76 | 0 | 71 | 72 | 52 | 1 | 51 | 51 |
| Binary | 10010101 | 1000000 | 111110 | 0 | 111001 | 111010 | 101010 | 1 | 101001 | 101001 |
Color Harmonies of #95403E
Complementary color
Monochromatic Colors of #95403E
Black with #95403E
Text Example
Text Example
White with #95403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95403E; }
p { color: rgb(149,64,62); }
H1.HeaderClassName
{
color: #95403E;
}
.AnyTagClassName
{
color: #95403E;
}
</style>
background-color css
<style>
a { background-color: #95403E; }
a { background-color: rgb(149,64,62); }
div.DivClassName
{
background-color: #95403E;
}
.BgClassName
{
background-color: #95403E;
}
</style>
border-color css
<style>
span { border-color: #95403E; }
span { border-color: rgb(149,64,62); }
td.TdClassName
{
border-color: #95403E;
}
.TagClassName
{
border-color: #95403E;
}
</style>