Shades of Mexican Red #993C3B
Tints of Mexican Red #993C3B
RGB
CMYK
RGB Variations
Color information
#993C3B (or 0x993C3B) is known color: Mexican Red. HEX triplet: 99, 3C and 3B. RGB value is (153,60,59). Sum of RGB (Red+Green+Blue) = 153+60+59=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #993C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C3B is #66C3C4. Grayscale: #575757. Windows color (decimal): -6734789 or 3882137. OLE color: 3882137.
HSL color Cylindrical-coordinate representation of color #993C3B: hue angle of 0.64º 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 #993C3B is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 59 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.4 |
| HSL | 0.64º | 0.44% | 0.42% | - |
| HSV(B) | 0.64º | 0.61% | 0.6% | - |
| XYZ | 15.54 | 10.32 | 5.31 | - |
| YUV | 87.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 59 | 0 | 0.61 | 0.61 | 0.4 | 0.64 | 0.44 | 0.42 |
| Hex | 99 | 3C | 3B | 0 | 3D | 3D | 28 | 1 | 2C | 2A |
| Octal | 231 | 74 | 73 | 0 | 75 | 75 | 50 | 1 | 54 | 52 |
| Binary | 10011001 | 111100 | 111011 | 0 | 111101 | 111101 | 101000 | 1 | 101100 | 101010 |
Color Harmonies of #993C3B
Complementary color
Monochromatic Colors of #993C3B
Black with #993C3B
Text Example
Text Example
White with #993C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C3B; }
p { color: rgb(153,60,59); }
H1.HeaderClassName
{
color: #993C3B;
}
.AnyTagClassName
{
color: #993C3B;
}
</style>
background-color css
<style>
a { background-color: #993C3B; }
a { background-color: rgb(153,60,59); }
div.DivClassName
{
background-color: #993C3B;
}
.BgClassName
{
background-color: #993C3B;
}
</style>
border-color css
<style>
span { border-color: #993C3B; }
span { border-color: rgb(153,60,59); }
td.TdClassName
{
border-color: #993C3B;
}
.TagClassName
{
border-color: #993C3B;
}
</style>