Shades of Mexican Red #943E3E
Tints of Mexican Red #943E3E
RGB
CMYK
RGB Variations
Color information
#943E3E (or 0x943E3E) is known color: Mexican Red. HEX triplet: 94, 3E and 3E. RGB value is (148,62,62). Sum of RGB (Red+Green+Blue) = 148+62+62=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #943E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943E3E is #6BC1C1. Grayscale: #575757. Windows color (decimal): -7061954 or 4079252. OLE color: 4079252.
HSL color Cylindrical-coordinate representation of color #943E3E: hue angle of 0º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #943E3E is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 62 | 62 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.42 |
| HSL | 0º | 0.41% | 0.41% | - |
| HSV(B) | 0º | 0.58% | 0.58% | - |
| XYZ | 14.8 | 10.09 | 5.72 | - |
| YUV | 87.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 62 | 0 | 0.58 | 0.58 | 0.42 | 0 | 0.41 | 0.41 |
| Hex | 94 | 3E | 3E | 0 | 3A | 3A | 2A | 0 | 29 | 29 |
| Octal | 224 | 76 | 76 | 0 | 72 | 72 | 52 | 0 | 51 | 51 |
| Binary | 10010100 | 111110 | 111110 | 0 | 111010 | 111010 | 101010 | 0 | 101001 | 101001 |
Color Harmonies of #943E3E
Complementary color
Monochromatic Colors of #943E3E
Black with #943E3E
Text Example
Text Example
White with #943E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943E3E; }
p { color: rgb(148,62,62); }
H1.HeaderClassName
{
color: #943E3E;
}
.AnyTagClassName
{
color: #943E3E;
}
</style>
background-color css
<style>
a { background-color: #943E3E; }
a { background-color: rgb(148,62,62); }
div.DivClassName
{
background-color: #943E3E;
}
.BgClassName
{
background-color: #943E3E;
}
</style>
border-color css
<style>
span { border-color: #943E3E; }
span { border-color: rgb(148,62,62); }
td.TdClassName
{
border-color: #943E3E;
}
.TagClassName
{
border-color: #943E3E;
}
</style>