Shades of Mexican Red #993E36
Tints of Mexican Red #993E36
RGB
CMYK
RGB Variations
Color information
#993E36 (or 0x993E36) is known color: Mexican Red. HEX triplet: 99, 3E and 36. RGB value is (153,62,54). Sum of RGB (Red+Green+Blue) = 153+62+54=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #993E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993E36 is #66C1C9. Grayscale: #585858. Windows color (decimal): -6734282 or 3554969. OLE color: 3554969.
HSL color Cylindrical-coordinate representation of color #993E36: hue angle of 4.85º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993E36 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 54 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.4 |
| HSL | 4.85º | 0.48% | 0.41% | - |
| HSV(B) | 4.85º | 0.65% | 0.6% | - |
| XYZ | 15.53 | 10.48 | 4.7 | - |
| YUV | 88.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 54 | 0 | 0.59 | 0.65 | 0.4 | 4.85 | 0.48 | 0.41 |
| Hex | 99 | 3E | 36 | 0 | 3B | 41 | 28 | 5 | 30 | 29 |
| Octal | 231 | 76 | 66 | 0 | 73 | 101 | 50 | 5 | 60 | 51 |
| Binary | 10011001 | 111110 | 110110 | 0 | 111011 | 1000001 | 101000 | 101 | 110000 | 101001 |
Color Harmonies of #993E36
Complementary color
Monochromatic Colors of #993E36
Black with #993E36
Text Example
Text Example
White with #993E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E36; }
p { color: rgb(153,62,54); }
H1.HeaderClassName
{
color: #993E36;
}
.AnyTagClassName
{
color: #993E36;
}
</style>
background-color css
<style>
a { background-color: #993E36; }
a { background-color: rgb(153,62,54); }
div.DivClassName
{
background-color: #993E36;
}
.BgClassName
{
background-color: #993E36;
}
</style>
border-color css
<style>
span { border-color: #993E36; }
span { border-color: rgb(153,62,54); }
td.TdClassName
{
border-color: #993E36;
}
.TagClassName
{
border-color: #993E36;
}
</style>