Shades of Mexican Red #993D3A
Tints of Mexican Red #993D3A
RGB
CMYK
RGB Variations
Color information
#993D3A (or 0x993D3A) is known color: Mexican Red. HEX triplet: 99, 3D and 3A. RGB value is (153,61,58). Sum of RGB (Red+Green+Blue) = 153+61+58=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #993D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D3A is #66C2C5. Grayscale: #585858. Windows color (decimal): -6734534 or 3816857. OLE color: 3816857.
HSL color Cylindrical-coordinate representation of color #993D3A: hue angle of 1.89º 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 #993D3A is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 58 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.4 |
| HSL | 1.89º | 0.45% | 0.41% | - |
| HSV(B) | 1.89º | 0.62% | 0.6% | - |
| XYZ | 15.57 | 10.42 | 5.19 | - |
| YUV | 88.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 58 | 0 | 0.60 | 0.62 | 0.4 | 1.89 | 0.45 | 0.41 |
| Hex | 99 | 3D | 3A | 0 | 3C | 3E | 28 | 2 | 2D | 29 |
| Octal | 231 | 75 | 72 | 0 | 74 | 76 | 50 | 2 | 55 | 51 |
| Binary | 10011001 | 111101 | 111010 | 0 | 111100 | 111110 | 101000 | 10 | 101101 | 101001 |
Color Harmonies of #993D3A
Complementary color
Monochromatic Colors of #993D3A
Black with #993D3A
Text Example
Text Example
White with #993D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D3A; }
p { color: rgb(153,61,58); }
H1.HeaderClassName
{
color: #993D3A;
}
.AnyTagClassName
{
color: #993D3A;
}
</style>
background-color css
<style>
a { background-color: #993D3A; }
a { background-color: rgb(153,61,58); }
div.DivClassName
{
background-color: #993D3A;
}
.BgClassName
{
background-color: #993D3A;
}
</style>
border-color css
<style>
span { border-color: #993D3A; }
span { border-color: rgb(153,61,58); }
td.TdClassName
{
border-color: #993D3A;
}
.TagClassName
{
border-color: #993D3A;
}
</style>