Shades of Mexican Red #93403F
Tints of Mexican Red #93403F
RGB
CMYK
RGB Variations
Color information
#93403F (or 0x93403F) is known color: Mexican Red. HEX triplet: 93, 40 and 3F. RGB value is (147,64,63). Sum of RGB (Red+Green+Blue) = 147+64+63=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93403F is #6CBFC0. Grayscale: #585858. Windows color (decimal): -7126977 or 4145299. OLE color: 4145299.
HSL color Cylindrical-coordinate representation of color #93403F: hue angle of 0.71º 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 #93403F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 63 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.42 |
| HSL | 0.71º | 0.4% | 0.41% | - |
| HSV(B) | 0.71º | 0.57% | 0.58% | - |
| XYZ | 14.76 | 10.23 | 5.9 | - |
| YUV | 88.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 63 | 0 | 0.56 | 0.57 | 0.42 | 0.71 | 0.4 | 0.41 |
| Hex | 93 | 40 | 3F | 0 | 38 | 39 | 2A | 1 | 28 | 29 |
| Octal | 223 | 100 | 77 | 0 | 70 | 71 | 52 | 1 | 50 | 51 |
| Binary | 10010011 | 1000000 | 111111 | 0 | 111000 | 111001 | 101010 | 1 | 101000 | 101001 |
Color Harmonies of #93403F
Complementary color
Monochromatic Colors of #93403F
Black with #93403F
Text Example
Text Example
White with #93403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93403F; }
p { color: rgb(147,64,63); }
H1.HeaderClassName
{
color: #93403F;
}
.AnyTagClassName
{
color: #93403F;
}
</style>
background-color css
<style>
a { background-color: #93403F; }
a { background-color: rgb(147,64,63); }
div.DivClassName
{
background-color: #93403F;
}
.BgClassName
{
background-color: #93403F;
}
</style>
border-color css
<style>
span { border-color: #93403F; }
span { border-color: rgb(147,64,63); }
td.TdClassName
{
border-color: #93403F;
}
.TagClassName
{
border-color: #93403F;
}
</style>