Shades of Mexican Red #993C39
Tints of Mexican Red #993C39
RGB
CMYK
RGB Variations
Color information
#993C39 (or 0x993C39) is known color: Mexican Red. HEX triplet: 99, 3C and 39. RGB value is (153,60,57). Sum of RGB (Red+Green+Blue) = 153+60+57=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #993C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C39 is #66C3C6. Grayscale: #575757. Windows color (decimal): -6734791 or 3751065. OLE color: 3751065.
HSL color Cylindrical-coordinate representation of color #993C39: hue angle of 1.88º 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 #993C39 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 57 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.4 |
| HSL | 1.88º | 0.46% | 0.41% | - |
| HSV(B) | 1.88º | 0.63% | 0.6% | - |
| XYZ | 15.49 | 10.3 | 5.04 | - |
| YUV | 87.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 57 | 0 | 0.61 | 0.63 | 0.4 | 1.88 | 0.46 | 0.41 |
| Hex | 99 | 3C | 39 | 0 | 3D | 3F | 28 | 2 | 2E | 29 |
| Octal | 231 | 74 | 71 | 0 | 75 | 77 | 50 | 2 | 56 | 51 |
| Binary | 10011001 | 111100 | 111001 | 0 | 111101 | 111111 | 101000 | 10 | 101110 | 101001 |
Color Harmonies of #993C39
Complementary color
Monochromatic Colors of #993C39
Black with #993C39
Text Example
Text Example
White with #993C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C39; }
p { color: rgb(153,60,57); }
H1.HeaderClassName
{
color: #993C39;
}
.AnyTagClassName
{
color: #993C39;
}
</style>
background-color css
<style>
a { background-color: #993C39; }
a { background-color: rgb(153,60,57); }
div.DivClassName
{
background-color: #993C39;
}
.BgClassName
{
background-color: #993C39;
}
</style>
border-color css
<style>
span { border-color: #993C39; }
span { border-color: rgb(153,60,57); }
td.TdClassName
{
border-color: #993C39;
}
.TagClassName
{
border-color: #993C39;
}
</style>