Shades of Mexican Red #8F403F
Tints of Mexican Red #8F403F
RGB
CMYK
RGB Variations
Color information
#8F403F (or 0x8F403F) is known color: Mexican Red. HEX triplet: 8F, 40 and 3F. RGB value is (143,64,63). Sum of RGB (Red+Green+Blue) = 143+64+63=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F403F is #70BFC0. Grayscale: #575757. Windows color (decimal): -7389121 or 4145295. OLE color: 4145295.
HSL color Cylindrical-coordinate representation of color #8F403F: hue angle of 0.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F403F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 63 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.44 |
| HSL | 0.75º | 0.39% | 0.4% | - |
| HSV(B) | 0.75º | 0.56% | 0.56% | - |
| XYZ | 14.06 | 9.87 | 5.87 | - |
| YUV | 87.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 63 | 0 | 0.55 | 0.56 | 0.44 | 0.75 | 0.39 | 0.4 |
| Hex | 8F | 40 | 3F | 0 | 37 | 38 | 2C | 1 | 27 | 28 |
| Octal | 217 | 100 | 77 | 0 | 67 | 70 | 54 | 1 | 47 | 50 |
| Binary | 10001111 | 1000000 | 111111 | 0 | 110111 | 111000 | 101100 | 1 | 100111 | 101000 |
Color Harmonies of #8F403F
Complementary color
Monochromatic Colors of #8F403F
Black with #8F403F
Text Example
Text Example
White with #8F403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F403F; }
p { color: rgb(143,64,63); }
H1.HeaderClassName
{
color: #8F403F;
}
.AnyTagClassName
{
color: #8F403F;
}
</style>
background-color css
<style>
a { background-color: #8F403F; }
a { background-color: rgb(143,64,63); }
div.DivClassName
{
background-color: #8F403F;
}
.BgClassName
{
background-color: #8F403F;
}
</style>
border-color css
<style>
span { border-color: #8F403F; }
span { border-color: rgb(143,64,63); }
td.TdClassName
{
border-color: #8F403F;
}
.TagClassName
{
border-color: #8F403F;
}
</style>