Shades of Mexican Red #993A39
Tints of Mexican Red #993A39
RGB
CMYK
RGB Variations
Color information
#993A39 (or 0x993A39) is known color: Mexican Red. HEX triplet: 99, 3A and 39. RGB value is (153,58,57). Sum of RGB (Red+Green+Blue) = 153+58+57=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #993A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A39 is #66C5C6. Grayscale: #565656. Windows color (decimal): -6735303 or 3750553. OLE color: 3750553.
HSL color Cylindrical-coordinate representation of color #993A39: hue angle of 0.62º 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 #993A39 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 57 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.4 |
| HSL | 0.63º | 0.46% | 0.41% | - |
| HSV(B) | 0.63º | 0.63% | 0.6% | - |
| XYZ | 15.39 | 10.09 | 5.01 | - |
| YUV | 86.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 57 | 0 | 0.62 | 0.63 | 0.4 | 0.63 | 0.46 | 0.41 |
| Hex | 99 | 3A | 39 | 0 | 3E | 3F | 28 | 1 | 2E | 29 |
| Octal | 231 | 72 | 71 | 0 | 76 | 77 | 50 | 1 | 56 | 51 |
| Binary | 10011001 | 111010 | 111001 | 0 | 111110 | 111111 | 101000 | 1 | 101110 | 101001 |
Color Harmonies of #993A39
Complementary color
Monochromatic Colors of #993A39
Black with #993A39
Text Example
Text Example
White with #993A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A39; }
p { color: rgb(153,58,57); }
H1.HeaderClassName
{
color: #993A39;
}
.AnyTagClassName
{
color: #993A39;
}
</style>
background-color css
<style>
a { background-color: #993A39; }
a { background-color: rgb(153,58,57); }
div.DivClassName
{
background-color: #993A39;
}
.BgClassName
{
background-color: #993A39;
}
</style>
border-color css
<style>
span { border-color: #993A39; }
span { border-color: rgb(153,58,57); }
td.TdClassName
{
border-color: #993A39;
}
.TagClassName
{
border-color: #993A39;
}
</style>