Shades of Mexican Red #944240
Tints of Mexican Red #944240
RGB
CMYK
RGB Variations
Color information
#944240 (or 0x944240) is known color: Mexican Red. HEX triplet: 94, 42 and 40. RGB value is (148,66,64). Sum of RGB (Red+Green+Blue) = 148+66+64=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #944240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944240 is #6BBDBF. Grayscale: #5A5A5A. Windows color (decimal): -7060928 or 4211348. OLE color: 4211348.
HSL color Cylindrical-coordinate representation of color #944240: hue angle of 1.43º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944240 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 64 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.42 |
| HSL | 1.43º | 0.4% | 0.42% | - |
| HSV(B) | 1.43º | 0.57% | 0.58% | - |
| XYZ | 15.09 | 10.56 | 6.09 | - |
| YUV | 90.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 64 | 0 | 0.55 | 0.57 | 0.42 | 1.43 | 0.4 | 0.42 |
| Hex | 94 | 42 | 40 | 0 | 37 | 39 | 2A | 1 | 28 | 2A |
| Octal | 224 | 102 | 100 | 0 | 67 | 71 | 52 | 1 | 50 | 52 |
| Binary | 10010100 | 1000010 | 1000000 | 0 | 110111 | 111001 | 101010 | 1 | 101000 | 101010 |
Color Harmonies of #944240
Complementary color
Monochromatic Colors of #944240
Black with #944240
Text Example
Text Example
White with #944240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944240; }
p { color: rgb(148,66,64); }
H1.HeaderClassName
{
color: #944240;
}
.AnyTagClassName
{
color: #944240;
}
</style>
background-color css
<style>
a { background-color: #944240; }
a { background-color: rgb(148,66,64); }
div.DivClassName
{
background-color: #944240;
}
.BgClassName
{
background-color: #944240;
}
</style>
border-color css
<style>
span { border-color: #944240; }
span { border-color: rgb(148,66,64); }
td.TdClassName
{
border-color: #944240;
}
.TagClassName
{
border-color: #944240;
}
</style>