Shades of Mexican Red #94403F
Tints of Mexican Red #94403F
RGB
CMYK
RGB Variations
Color information
#94403F (or 0x94403F) is known color: Mexican Red. HEX triplet: 94, 40 and 3F. RGB value is (148,64,63). Sum of RGB (Red+Green+Blue) = 148+64+63=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94403F is #6BBFC0. Grayscale: #595959. Windows color (decimal): -7061441 or 4145300. OLE color: 4145300.
HSL color Cylindrical-coordinate representation of color #94403F: hue angle of 0.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94403F is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 63 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.42 |
| HSL | 0.71º | 0.4% | 0.41% | - |
| HSV(B) | 0.71º | 0.57% | 0.58% | - |
| XYZ | 14.94 | 10.32 | 5.91 | - |
| YUV | 89 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 63 | 0 | 0.57 | 0.57 | 0.42 | 0.71 | 0.4 | 0.41 |
| Hex | 94 | 40 | 3F | 0 | 39 | 39 | 2A | 1 | 28 | 29 |
| Octal | 224 | 100 | 77 | 0 | 71 | 71 | 52 | 1 | 50 | 51 |
| Binary | 10010100 | 1000000 | 111111 | 0 | 111001 | 111001 | 101010 | 1 | 101000 | 101001 |
Color Harmonies of #94403F
Complementary color
Monochromatic Colors of #94403F
Black with #94403F
Text Example
Text Example
White with #94403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94403F; }
p { color: rgb(148,64,63); }
H1.HeaderClassName
{
color: #94403F;
}
.AnyTagClassName
{
color: #94403F;
}
</style>
background-color css
<style>
a { background-color: #94403F; }
a { background-color: rgb(148,64,63); }
div.DivClassName
{
background-color: #94403F;
}
.BgClassName
{
background-color: #94403F;
}
</style>
border-color css
<style>
span { border-color: #94403F; }
span { border-color: rgb(148,64,63); }
td.TdClassName
{
border-color: #94403F;
}
.TagClassName
{
border-color: #94403F;
}
</style>