Shades of Mexican Red #993B37
Tints of Mexican Red #993B37
RGB
CMYK
RGB Variations
Color information
#993B37 (or 0x993B37) is known color: Mexican Red. HEX triplet: 99, 3B and 37. RGB value is (153,59,55). Sum of RGB (Red+Green+Blue) = 153+59+55=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B37 is #66C4C8. Grayscale: #565656. Windows color (decimal): -6735049 or 3619737. OLE color: 3619737.
HSL color Cylindrical-coordinate representation of color #993B37: hue angle of 2.45º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993B37 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 55 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.4 |
| HSL | 2.45º | 0.47% | 0.41% | - |
| HSV(B) | 2.45º | 0.64% | 0.6% | - |
| XYZ | 15.39 | 10.18 | 4.77 | - |
| YUV | 86.65 | 110.14 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 55 | 0 | 0.61 | 0.64 | 0.4 | 2.45 | 0.47 | 0.41 |
| Hex | 99 | 3B | 37 | 0 | 3D | 40 | 28 | 2 | 2F | 29 |
| Octal | 231 | 73 | 67 | 0 | 75 | 100 | 50 | 2 | 57 | 51 |
| Binary | 10011001 | 111011 | 110111 | 0 | 111101 | 1000000 | 101000 | 10 | 101111 | 101001 |
Color Harmonies of #993B37
Complementary color
Monochromatic Colors of #993B37
Black with #993B37
Text Example
Text Example
White with #993B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B37; }
p { color: rgb(153,59,55); }
H1.HeaderClassName
{
color: #993B37;
}
.AnyTagClassName
{
color: #993B37;
}
</style>
background-color css
<style>
a { background-color: #993B37; }
a { background-color: rgb(153,59,55); }
div.DivClassName
{
background-color: #993B37;
}
.BgClassName
{
background-color: #993B37;
}
</style>
border-color css
<style>
span { border-color: #993B37; }
span { border-color: rgb(153,59,55); }
td.TdClassName
{
border-color: #993B37;
}
.TagClassName
{
border-color: #993B37;
}
</style>