Shades of Mexican Red #944040
Tints of Mexican Red #944040
RGB
CMYK
RGB Variations
Color information
#944040 (or 0x944040) is known color: Mexican Red. HEX triplet: 94, 40 and 40. RGB value is (148,64,64). Sum of RGB (Red+Green+Blue) = 148+64+64=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #944040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944040 is #6BBFBF. Grayscale: #595959. Windows color (decimal): -7061440 or 4210836. OLE color: 4210836.
HSL color Cylindrical-coordinate representation of color #944040: hue angle of 0º 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 #944040 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 64 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.42 |
| HSL | 0º | 0.4% | 0.42% | - |
| HSV(B) | 0º | 0.57% | 0.58% | - |
| XYZ | 14.97 | 10.33 | 6.06 | - |
| YUV | 89.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 64 | 0 | 0.57 | 0.57 | 0.42 | 0 | 0.4 | 0.42 |
| Hex | 94 | 40 | 40 | 0 | 39 | 39 | 2A | 0 | 28 | 2A |
| Octal | 224 | 100 | 100 | 0 | 71 | 71 | 52 | 0 | 50 | 52 |
| Binary | 10010100 | 1000000 | 1000000 | 0 | 111001 | 111001 | 101010 | 0 | 101000 | 101010 |
Color Harmonies of #944040
Complementary color
Monochromatic Colors of #944040
Black with #944040
Text Example
Text Example
White with #944040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944040; }
p { color: rgb(148,64,64); }
H1.HeaderClassName
{
color: #944040;
}
.AnyTagClassName
{
color: #944040;
}
</style>
background-color css
<style>
a { background-color: #944040; }
a { background-color: rgb(148,64,64); }
div.DivClassName
{
background-color: #944040;
}
.BgClassName
{
background-color: #944040;
}
</style>
border-color css
<style>
span { border-color: #944040; }
span { border-color: rgb(148,64,64); }
td.TdClassName
{
border-color: #944040;
}
.TagClassName
{
border-color: #944040;
}
</style>