Shades of Mexican Red #933F3F
Tints of Mexican Red #933F3F
RGB
CMYK
RGB Variations
Color information
#933F3F (or 0x933F3F) is known color: Mexican Red. HEX triplet: 93, 3F and 3F. RGB value is (147,63,63). Sum of RGB (Red+Green+Blue) = 147+63+63=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #933F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933F3F is #6CC0C0. Grayscale: #585858. Windows color (decimal): -7127233 or 4145043. OLE color: 4145043.
HSL color Cylindrical-coordinate representation of color #933F3F: hue angle of 0º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #933F3F is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 63 | 63 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.42 |
| HSL | 0º | 0.4% | 0.41% | - |
| HSV(B) | 0º | 0.57% | 0.58% | - |
| XYZ | 14.71 | 10.12 | 5.88 | - |
| YUV | 88.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 63 | 0 | 0.57 | 0.57 | 0.42 | 0 | 0.4 | 0.41 |
| Hex | 93 | 3F | 3F | 0 | 39 | 39 | 2A | 0 | 28 | 29 |
| Octal | 223 | 77 | 77 | 0 | 71 | 71 | 52 | 0 | 50 | 51 |
| Binary | 10010011 | 111111 | 111111 | 0 | 111001 | 111001 | 101010 | 0 | 101000 | 101001 |
Color Harmonies of #933F3F
Complementary color
Monochromatic Colors of #933F3F
Black with #933F3F
Text Example
Text Example
White with #933F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933F3F; }
p { color: rgb(147,63,63); }
H1.HeaderClassName
{
color: #933F3F;
}
.AnyTagClassName
{
color: #933F3F;
}
</style>
background-color css
<style>
a { background-color: #933F3F; }
a { background-color: rgb(147,63,63); }
div.DivClassName
{
background-color: #933F3F;
}
.BgClassName
{
background-color: #933F3F;
}
</style>
border-color css
<style>
span { border-color: #933F3F; }
span { border-color: rgb(147,63,63); }
td.TdClassName
{
border-color: #933F3F;
}
.TagClassName
{
border-color: #933F3F;
}
</style>