Shades of Mexican Red #993C36
Tints of Mexican Red #993C36
RGB
CMYK
RGB Variations
Color information
#993C36 (or 0x993C36) is known color: Mexican Red. HEX triplet: 99, 3C and 36. RGB value is (153,60,54). Sum of RGB (Red+Green+Blue) = 153+60+54=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C36 is #66C3C9. Grayscale: #575757. Windows color (decimal): -6734794 or 3554457. OLE color: 3554457.
HSL color Cylindrical-coordinate representation of color #993C36: hue angle of 3.64º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993C36 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 54 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.4 |
| HSL | 3.64º | 0.48% | 0.41% | - |
| HSV(B) | 3.64º | 0.65% | 0.6% | - |
| XYZ | 15.42 | 10.27 | 4.66 | - |
| YUV | 87.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 54 | 0 | 0.61 | 0.65 | 0.4 | 3.64 | 0.48 | 0.41 |
| Hex | 99 | 3C | 36 | 0 | 3D | 41 | 28 | 4 | 30 | 29 |
| Octal | 231 | 74 | 66 | 0 | 75 | 101 | 50 | 4 | 60 | 51 |
| Binary | 10011001 | 111100 | 110110 | 0 | 111101 | 1000001 | 101000 | 100 | 110000 | 101001 |
Color Harmonies of #993C36
Complementary color
Monochromatic Colors of #993C36
Black with #993C36
Text Example
Text Example
White with #993C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C36; }
p { color: rgb(153,60,54); }
H1.HeaderClassName
{
color: #993C36;
}
.AnyTagClassName
{
color: #993C36;
}
</style>
background-color css
<style>
a { background-color: #993C36; }
a { background-color: rgb(153,60,54); }
div.DivClassName
{
background-color: #993C36;
}
.BgClassName
{
background-color: #993C36;
}
</style>
border-color css
<style>
span { border-color: #993C36; }
span { border-color: rgb(153,60,54); }
td.TdClassName
{
border-color: #993C36;
}
.TagClassName
{
border-color: #993C36;
}
</style>