Shades of Mexican Red #943A39
Tints of Mexican Red #943A39
RGB
CMYK
RGB Variations
Color information
#943A39 (or 0x943A39) is known color: Mexican Red. HEX triplet: 94, 3A and 39. RGB value is (148,58,57). Sum of RGB (Red+Green+Blue) = 148+58+57=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #943A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943A39 is #6BC5C6. Grayscale: #545454. Windows color (decimal): -7062983 or 3750548. OLE color: 3750548.
HSL color Cylindrical-coordinate representation of color #943A39: hue angle of 0.66º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943A39 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 58 | 57 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.42 |
| HSL | 0.66º | 0.44% | 0.4% | - |
| HSV(B) | 0.66º | 0.61% | 0.58% | - |
| XYZ | 14.46 | 9.62 | 4.96 | - |
| YUV | 84.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 57 | 0 | 0.61 | 0.61 | 0.42 | 0.66 | 0.44 | 0.4 |
| Hex | 94 | 3A | 39 | 0 | 3D | 3D | 2A | 1 | 2C | 28 |
| Octal | 224 | 72 | 71 | 0 | 75 | 75 | 52 | 1 | 54 | 50 |
| Binary | 10010100 | 111010 | 111001 | 0 | 111101 | 111101 | 101010 | 1 | 101100 | 101000 |
Color Harmonies of #943A39
Complementary color
Monochromatic Colors of #943A39
Black with #943A39
Text Example
Text Example
White with #943A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943A39; }
p { color: rgb(148,58,57); }
H1.HeaderClassName
{
color: #943A39;
}
.AnyTagClassName
{
color: #943A39;
}
</style>
background-color css
<style>
a { background-color: #943A39; }
a { background-color: rgb(148,58,57); }
div.DivClassName
{
background-color: #943A39;
}
.BgClassName
{
background-color: #943A39;
}
</style>
border-color css
<style>
span { border-color: #943A39; }
span { border-color: rgb(148,58,57); }
td.TdClassName
{
border-color: #943A39;
}
.TagClassName
{
border-color: #943A39;
}
</style>