Shades of Mexican Red #993F3B
Tints of Mexican Red #993F3B
RGB
CMYK
RGB Variations
Color information
#993F3B (or 0x993F3B) is known color: Mexican Red. HEX triplet: 99, 3F and 3B. RGB value is (153,63,59). Sum of RGB (Red+Green+Blue) = 153+63+59=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #993F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F3B is #66C0C4. Grayscale: #595959. Windows color (decimal): -6734021 or 3882905. OLE color: 3882905.
HSL color Cylindrical-coordinate representation of color #993F3B: hue angle of 2.55º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993F3B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 59 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.4 |
| HSL | 2.55º | 0.44% | 0.42% | - |
| HSV(B) | 2.55º | 0.61% | 0.6% | - |
| XYZ | 15.7 | 10.64 | 5.36 | - |
| YUV | 89.45 | 110.82 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 59 | 0 | 0.59 | 0.61 | 0.4 | 2.55 | 0.44 | 0.42 |
| Hex | 99 | 3F | 3B | 0 | 3B | 3D | 28 | 3 | 2C | 2A |
| Octal | 231 | 77 | 73 | 0 | 73 | 75 | 50 | 3 | 54 | 52 |
| Binary | 10011001 | 111111 | 111011 | 0 | 111011 | 111101 | 101000 | 11 | 101100 | 101010 |
Color Harmonies of #993F3B
Complementary color
Monochromatic Colors of #993F3B
Black with #993F3B
Text Example
Text Example
White with #993F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F3B; }
p { color: rgb(153,63,59); }
H1.HeaderClassName
{
color: #993F3B;
}
.AnyTagClassName
{
color: #993F3B;
}
</style>
background-color css
<style>
a { background-color: #993F3B; }
a { background-color: rgb(153,63,59); }
div.DivClassName
{
background-color: #993F3B;
}
.BgClassName
{
background-color: #993F3B;
}
</style>
border-color css
<style>
span { border-color: #993F3B; }
span { border-color: rgb(153,63,59); }
td.TdClassName
{
border-color: #993F3B;
}
.TagClassName
{
border-color: #993F3B;
}
</style>