Shades of Mexican Red #993F39
Tints of Mexican Red #993F39
RGB
CMYK
RGB Variations
Color information
#993F39 (or 0x993F39) is known color: Mexican Red. HEX triplet: 99, 3F and 39. RGB value is (153,63,57). Sum of RGB (Red+Green+Blue) = 153+63+57=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #993F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F39 is #66C0C6. Grayscale: #595959. Windows color (decimal): -6734023 or 3751833. OLE color: 3751833.
HSL color Cylindrical-coordinate representation of color #993F39: hue angle of 3.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993F39 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 57 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.4 |
| HSL | 3.75º | 0.46% | 0.41% | - |
| HSV(B) | 3.75º | 0.63% | 0.6% | - |
| XYZ | 15.65 | 10.62 | 5.1 | - |
| YUV | 89.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 57 | 0 | 0.59 | 0.63 | 0.4 | 3.75 | 0.46 | 0.41 |
| Hex | 99 | 3F | 39 | 0 | 3B | 3F | 28 | 4 | 2E | 29 |
| Octal | 231 | 77 | 71 | 0 | 73 | 77 | 50 | 4 | 56 | 51 |
| Binary | 10011001 | 111111 | 111001 | 0 | 111011 | 111111 | 101000 | 100 | 101110 | 101001 |
Color Harmonies of #993F39
Complementary color
Monochromatic Colors of #993F39
Black with #993F39
Text Example
Text Example
White with #993F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F39; }
p { color: rgb(153,63,57); }
H1.HeaderClassName
{
color: #993F39;
}
.AnyTagClassName
{
color: #993F39;
}
</style>
background-color css
<style>
a { background-color: #993F39; }
a { background-color: rgb(153,63,57); }
div.DivClassName
{
background-color: #993F39;
}
.BgClassName
{
background-color: #993F39;
}
</style>
border-color css
<style>
span { border-color: #993F39; }
span { border-color: rgb(153,63,57); }
td.TdClassName
{
border-color: #993F39;
}
.TagClassName
{
border-color: #993F39;
}
</style>