Shades of Mexican Red #993B3A
Tints of Mexican Red #993B3A
RGB
CMYK
RGB Variations
Color information
#993B3A (or 0x993B3A) is known color: Mexican Red. HEX triplet: 99, 3B and 3A. RGB value is (153,59,58). Sum of RGB (Red+Green+Blue) = 153+59+58=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #993B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B3A is #66C4C5. Grayscale: #575757. Windows color (decimal): -6735046 or 3816345. OLE color: 3816345.
HSL color Cylindrical-coordinate representation of color #993B3A: hue angle of 0.63º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993B3A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 58 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.4 |
| HSL | 0.63º | 0.45% | 0.41% | - |
| HSV(B) | 0.63º | 0.62% | 0.6% | - |
| XYZ | 15.46 | 10.21 | 5.16 | - |
| YUV | 86.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 58 | 0 | 0.61 | 0.62 | 0.4 | 0.63 | 0.45 | 0.41 |
| Hex | 99 | 3B | 3A | 0 | 3D | 3E | 28 | 1 | 2D | 29 |
| Octal | 231 | 73 | 72 | 0 | 75 | 76 | 50 | 1 | 55 | 51 |
| Binary | 10011001 | 111011 | 111010 | 0 | 111101 | 111110 | 101000 | 1 | 101101 | 101001 |
Color Harmonies of #993B3A
Complementary color
Monochromatic Colors of #993B3A
Black with #993B3A
Text Example
Text Example
White with #993B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B3A; }
p { color: rgb(153,59,58); }
H1.HeaderClassName
{
color: #993B3A;
}
.AnyTagClassName
{
color: #993B3A;
}
</style>
background-color css
<style>
a { background-color: #993B3A; }
a { background-color: rgb(153,59,58); }
div.DivClassName
{
background-color: #993B3A;
}
.BgClassName
{
background-color: #993B3A;
}
</style>
border-color css
<style>
span { border-color: #993B3A; }
span { border-color: rgb(153,59,58); }
td.TdClassName
{
border-color: #993B3A;
}
.TagClassName
{
border-color: #993B3A;
}
</style>