Shades of Mexican Red #94413F
Tints of Mexican Red #94413F
RGB
CMYK
RGB Variations
Color information
#94413F (or 0x94413F) is known color: Mexican Red. HEX triplet: 94, 41 and 3F. RGB value is (148,65,63). Sum of RGB (Red+Green+Blue) = 148+65+63=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #94413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94413F is #6BBEC0. Grayscale: #595959. Windows color (decimal): -7061185 or 4145556. OLE color: 4145556.
HSL color Cylindrical-coordinate representation of color #94413F: hue angle of 1.41º 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 #94413F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 63 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.42 |
| HSL | 1.41º | 0.4% | 0.41% | - |
| HSV(B) | 1.41º | 0.57% | 0.58% | - |
| XYZ | 15 | 10.44 | 5.93 | - |
| YUV | 89.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 63 | 0 | 0.56 | 0.57 | 0.42 | 1.41 | 0.4 | 0.41 |
| Hex | 94 | 41 | 3F | 0 | 38 | 39 | 2A | 1 | 28 | 29 |
| Octal | 224 | 101 | 77 | 0 | 70 | 71 | 52 | 1 | 50 | 51 |
| Binary | 10010100 | 1000001 | 111111 | 0 | 111000 | 111001 | 101010 | 1 | 101000 | 101001 |
Color Harmonies of #94413F
Complementary color
Monochromatic Colors of #94413F
Black with #94413F
Text Example
Text Example
White with #94413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94413F; }
p { color: rgb(148,65,63); }
H1.HeaderClassName
{
color: #94413F;
}
.AnyTagClassName
{
color: #94413F;
}
</style>
background-color css
<style>
a { background-color: #94413F; }
a { background-color: rgb(148,65,63); }
div.DivClassName
{
background-color: #94413F;
}
.BgClassName
{
background-color: #94413F;
}
</style>
border-color css
<style>
span { border-color: #94413F; }
span { border-color: rgb(148,65,63); }
td.TdClassName
{
border-color: #94413F;
}
.TagClassName
{
border-color: #94413F;
}
</style>