Shades of Mexican Red #8D3E3D
Tints of Mexican Red #8D3E3D
RGB
CMYK
RGB Variations
Color information
#8D3E3D (or 0x8D3E3D) is known color: Mexican Red. HEX triplet: 8D, 3E and 3D. RGB value is (141,62,61). Sum of RGB (Red+Green+Blue) = 141+62+61=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3E3D is #72C1C2. Grayscale: #555555. Windows color (decimal): -7520707 or 4013709. OLE color: 4013709.
HSL color Cylindrical-coordinate representation of color #8D3E3D: hue angle of 0.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3E3D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 62 | 61 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.45 |
| HSL | 0.75º | 0.4% | 0.4% | - |
| HSV(B) | 0.75º | 0.57% | 0.55% | - |
| XYZ | 13.55 | 9.44 | 5.52 | - |
| YUV | 85.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 61 | 0 | 0.56 | 0.57 | 0.45 | 0.75 | 0.4 | 0.4 |
| Hex | 8D | 3E | 3D | 0 | 38 | 39 | 2D | 1 | 28 | 28 |
| Octal | 215 | 76 | 75 | 0 | 70 | 71 | 55 | 1 | 50 | 50 |
| Binary | 10001101 | 111110 | 111101 | 0 | 111000 | 111001 | 101101 | 1 | 101000 | 101000 |
Color Harmonies of #8D3E3D
Complementary color
Monochromatic Colors of #8D3E3D
Black with #8D3E3D
Text Example
Text Example
White with #8D3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3E3D; }
p { color: rgb(141,62,61); }
H1.HeaderClassName
{
color: #8D3E3D;
}
.AnyTagClassName
{
color: #8D3E3D;
}
</style>
background-color css
<style>
a { background-color: #8D3E3D; }
a { background-color: rgb(141,62,61); }
div.DivClassName
{
background-color: #8D3E3D;
}
.BgClassName
{
background-color: #8D3E3D;
}
</style>
border-color css
<style>
span { border-color: #8D3E3D; }
span { border-color: rgb(141,62,61); }
td.TdClassName
{
border-color: #8D3E3D;
}
.TagClassName
{
border-color: #8D3E3D;
}
</style>