Shades of Mexican Red #94403C
Tints of Mexican Red #94403C
RGB
CMYK
RGB Variations
Color information
#94403C (or 0x94403C) is known color: Mexican Red. HEX triplet: 94, 40 and 3C. RGB value is (148,64,60). Sum of RGB (Red+Green+Blue) = 148+64+60=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #94403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94403C is #6BBFC3. Grayscale: #585858. Windows color (decimal): -7061444 or 3948692. OLE color: 3948692.
HSL color Cylindrical-coordinate representation of color #94403C: hue angle of 2.73º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94403C is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 60 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.42 |
| HSL | 2.73º | 0.42% | 0.41% | - |
| HSV(B) | 2.73º | 0.59% | 0.58% | - |
| XYZ | 14.86 | 10.29 | 5.48 | - |
| YUV | 88.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 60 | 0 | 0.57 | 0.59 | 0.42 | 2.73 | 0.42 | 0.41 |
| Hex | 94 | 40 | 3C | 0 | 39 | 3B | 2A | 3 | 2A | 29 |
| Octal | 224 | 100 | 74 | 0 | 71 | 73 | 52 | 3 | 52 | 51 |
| Binary | 10010100 | 1000000 | 111100 | 0 | 111001 | 111011 | 101010 | 11 | 101010 | 101001 |
Color Harmonies of #94403C
Complementary color
Monochromatic Colors of #94403C
Black with #94403C
Text Example
Text Example
White with #94403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94403C; }
p { color: rgb(148,64,60); }
H1.HeaderClassName
{
color: #94403C;
}
.AnyTagClassName
{
color: #94403C;
}
</style>
background-color css
<style>
a { background-color: #94403C; }
a { background-color: rgb(148,64,60); }
div.DivClassName
{
background-color: #94403C;
}
.BgClassName
{
background-color: #94403C;
}
</style>
border-color css
<style>
span { border-color: #94403C; }
span { border-color: rgb(148,64,60); }
td.TdClassName
{
border-color: #94403C;
}
.TagClassName
{
border-color: #94403C;
}
</style>