Shades of Mexican Red #8F3F3D
Tints of Mexican Red #8F3F3D
RGB
CMYK
RGB Variations
Color information
#8F3F3D (or 0x8F3F3D) is known color: Mexican Red. HEX triplet: 8F, 3F and 3D. RGB value is (143,63,61). Sum of RGB (Red+Green+Blue) = 143+63+61=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3F3D is #70C0C2. Grayscale: #565656. Windows color (decimal): -7389379 or 4013967. OLE color: 4013967.
HSL color Cylindrical-coordinate representation of color #8F3F3D: hue angle of 1.46º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F3F3D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 63 | 61 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.44 |
| HSL | 1.46º | 0.4% | 0.4% | - |
| HSV(B) | 1.46º | 0.57% | 0.56% | - |
| XYZ | 13.95 | 9.73 | 5.56 | - |
| YUV | 86.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 61 | 0 | 0.56 | 0.57 | 0.44 | 1.46 | 0.4 | 0.4 |
| Hex | 8F | 3F | 3D | 0 | 38 | 39 | 2C | 1 | 28 | 28 |
| Octal | 217 | 77 | 75 | 0 | 70 | 71 | 54 | 1 | 50 | 50 |
| Binary | 10001111 | 111111 | 111101 | 0 | 111000 | 111001 | 101100 | 1 | 101000 | 101000 |
Color Harmonies of #8F3F3D
Complementary color
Monochromatic Colors of #8F3F3D
Black with #8F3F3D
Text Example
Text Example
White with #8F3F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3F3D; }
p { color: rgb(143,63,61); }
H1.HeaderClassName
{
color: #8F3F3D;
}
.AnyTagClassName
{
color: #8F3F3D;
}
</style>
background-color css
<style>
a { background-color: #8F3F3D; }
a { background-color: rgb(143,63,61); }
div.DivClassName
{
background-color: #8F3F3D;
}
.BgClassName
{
background-color: #8F3F3D;
}
</style>
border-color css
<style>
span { border-color: #8F3F3D; }
span { border-color: rgb(143,63,61); }
td.TdClassName
{
border-color: #8F3F3D;
}
.TagClassName
{
border-color: #8F3F3D;
}
</style>