Shades of Mexican Red #8F4141
Tints of Mexican Red #8F4141
RGB
CMYK
RGB Variations
Color information
#8F4141 (or 0x8F4141) is known color: Mexican Red. HEX triplet: 8F, 41 and 41. RGB value is (143,65,65). Sum of RGB (Red+Green+Blue) = 143+65+65=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4141 is #70BEBE. Grayscale: #585858. Windows color (decimal): -7388863 or 4276623. OLE color: 4276623.
HSL color Cylindrical-coordinate representation of color #8F4141: 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 #8F4141 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 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.17 | 10 | 6.18 | - |
| YUV | 88.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 65 | 0 | 0.55 | 0.55 | 0.44 | 0 | 0.38 | 0.41 |
| Hex | 8F | 41 | 41 | 0 | 37 | 37 | 2C | 0 | 26 | 29 |
| Octal | 217 | 101 | 101 | 0 | 67 | 67 | 54 | 0 | 46 | 51 |
| Binary | 10001111 | 1000001 | 1000001 | 0 | 110111 | 110111 | 101100 | 0 | 100110 | 101001 |
Color Harmonies of #8F4141
Complementary color
Monochromatic Colors of #8F4141
Black with #8F4141
Text Example
Text Example
White with #8F4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4141; }
p { color: rgb(143,65,65); }
H1.HeaderClassName
{
color: #8F4141;
}
.AnyTagClassName
{
color: #8F4141;
}
</style>
background-color css
<style>
a { background-color: #8F4141; }
a { background-color: rgb(143,65,65); }
div.DivClassName
{
background-color: #8F4141;
}
.BgClassName
{
background-color: #8F4141;
}
</style>
border-color css
<style>
span { border-color: #8F4141; }
span { border-color: rgb(143,65,65); }
td.TdClassName
{
border-color: #8F4141;
}
.TagClassName
{
border-color: #8F4141;
}
</style>