Shades of Mexican Red #904141
Tints of Mexican Red #904141
RGB
CMYK
RGB Variations
Color information
#904141 (or 0x904141) is known color: Mexican Red. HEX triplet: 90, 41 and 41. RGB value is (144,65,65). Sum of RGB (Red+Green+Blue) = 144+65+65=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #904141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904141 is #6FBEBE. Grayscale: #585858. Windows color (decimal): -7323327 or 4276624. OLE color: 4276624.
HSL color Cylindrical-coordinate representation of color #904141: hue angle of 0º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904141 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 65 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.44 |
| HSL | 0º | 0.38% | 0.41% | - |
| HSV(B) | 0º | 0.55% | 0.56% | - |
| XYZ | 14.35 | 10.09 | 6.19 | - |
| YUV | 88.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 65 | 0 | 0.55 | 0.55 | 0.44 | 0 | 0.38 | 0.41 |
| Hex | 90 | 41 | 41 | 0 | 37 | 37 | 2C | 0 | 26 | 29 |
| Octal | 220 | 101 | 101 | 0 | 67 | 67 | 54 | 0 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1000001 | 0 | 110111 | 110111 | 101100 | 0 | 100110 | 101001 |
Color Harmonies of #904141
Complementary color
Monochromatic Colors of #904141
Black with #904141
Text Example
Text Example
White with #904141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904141; }
p { color: rgb(144,65,65); }
H1.HeaderClassName
{
color: #904141;
}
.AnyTagClassName
{
color: #904141;
}
</style>
background-color css
<style>
a { background-color: #904141; }
a { background-color: rgb(144,65,65); }
div.DivClassName
{
background-color: #904141;
}
.BgClassName
{
background-color: #904141;
}
</style>
border-color css
<style>
span { border-color: #904141; }
span { border-color: rgb(144,65,65); }
td.TdClassName
{
border-color: #904141;
}
.TagClassName
{
border-color: #904141;
}
</style>