Shades of Mexican Red #9C3937
Tints of Mexican Red #9C3937
RGB
CMYK
RGB Variations
Color information
#9C3937 (or 0x9C3937) is known color: Mexican Red. HEX triplet: 9C, 39 and 37. RGB value is (156,57,55). Sum of RGB (Red+Green+Blue) = 156+57+55=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3937 is #63C6C8. Grayscale: #565656. Windows color (decimal): -6538953 or 3619228. OLE color: 3619228.
HSL color Cylindrical-coordinate representation of color #9C3937: hue angle of 1.19º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3937 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 57 | 55 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.39 |
| HSL | 1.19º | 0.48% | 0.41% | - |
| HSV(B) | 1.19º | 0.65% | 0.61% | - |
| XYZ | 15.86 | 10.27 | 4.76 | - |
| YUV | 86.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 55 | 0 | 0.63 | 0.65 | 0.39 | 1.19 | 0.48 | 0.41 |
| Hex | 9C | 39 | 37 | 0 | 3F | 41 | 27 | 1 | 30 | 29 |
| Octal | 234 | 71 | 67 | 0 | 77 | 101 | 47 | 1 | 60 | 51 |
| Binary | 10011100 | 111001 | 110111 | 0 | 111111 | 1000001 | 100111 | 1 | 110000 | 101001 |
Color Harmonies of #9C3937
Complementary color
Monochromatic Colors of #9C3937
Black with #9C3937
Text Example
Text Example
White with #9C3937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3937; }
p { color: rgb(156,57,55); }
H1.HeaderClassName
{
color: #9C3937;
}
.AnyTagClassName
{
color: #9C3937;
}
</style>
background-color css
<style>
a { background-color: #9C3937; }
a { background-color: rgb(156,57,55); }
div.DivClassName
{
background-color: #9C3937;
}
.BgClassName
{
background-color: #9C3937;
}
</style>
border-color css
<style>
span { border-color: #9C3937; }
span { border-color: rgb(156,57,55); }
td.TdClassName
{
border-color: #9C3937;
}
.TagClassName
{
border-color: #9C3937;
}
</style>