Shades of Mexican Red #994241
Tints of Mexican Red #994241
RGB
CMYK
RGB Variations
Color information
#994241 (or 0x994241) is known color: Mexican Red. HEX triplet: 99, 42 and 41. RGB value is (153,66,65). Sum of RGB (Red+Green+Blue) = 153+66+65=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #994241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994241 is #66BDBE. Grayscale: #5B5B5B. Windows color (decimal): -6733247 or 4276889. OLE color: 4276889.
HSL color Cylindrical-coordinate representation of color #994241: hue angle of 0.68º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994241 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 65 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.4 |
| HSL | 0.68º | 0.4% | 0.43% | - |
| HSV(B) | 0.68º | 0.58% | 0.6% | - |
| XYZ | 16.04 | 11.05 | 6.29 | - |
| YUV | 91.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 65 | 0 | 0.57 | 0.58 | 0.4 | 0.68 | 0.4 | 0.43 |
| Hex | 99 | 42 | 41 | 0 | 39 | 3A | 28 | 1 | 28 | 2B |
| Octal | 231 | 102 | 101 | 0 | 71 | 72 | 50 | 1 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1000001 | 0 | 111001 | 111010 | 101000 | 1 | 101000 | 101011 |
Color Harmonies of #994241
Complementary color
Monochromatic Colors of #994241
Black with #994241
Text Example
Text Example
White with #994241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994241; }
p { color: rgb(153,66,65); }
H1.HeaderClassName
{
color: #994241;
}
.AnyTagClassName
{
color: #994241;
}
</style>
background-color css
<style>
a { background-color: #994241; }
a { background-color: rgb(153,66,65); }
div.DivClassName
{
background-color: #994241;
}
.BgClassName
{
background-color: #994241;
}
</style>
border-color css
<style>
span { border-color: #994241; }
span { border-color: rgb(153,66,65); }
td.TdClassName
{
border-color: #994241;
}
.TagClassName
{
border-color: #994241;
}
</style>