Shades of Mexican Red #963939
Tints of Mexican Red #963939
RGB
CMYK
RGB Variations
Color information
#963939 (or 0x963939) is known color: Mexican Red. HEX triplet: 96, 39 and 39. RGB value is (150,57,57). Sum of RGB (Red+Green+Blue) = 150+57+57=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #963939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963939 is #69C6C6. Grayscale: #545454. Windows color (decimal): -6932167 or 3750294. OLE color: 3750294.
HSL color Cylindrical-coordinate representation of color #963939: hue angle of 0º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963939 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 57 | 57 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.41 |
| HSL | 0º | 0.45% | 0.41% | - |
| HSV(B) | 0º | 0.62% | 0.59% | - |
| XYZ | 14.78 | 9.71 | 4.97 | - |
| YUV | 84.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 57 | 57 | 0 | 0.62 | 0.62 | 0.41 | 0 | 0.45 | 0.41 |
| Hex | 96 | 39 | 39 | 0 | 3E | 3E | 29 | 0 | 2D | 29 |
| Octal | 226 | 71 | 71 | 0 | 76 | 76 | 51 | 0 | 55 | 51 |
| Binary | 10010110 | 111001 | 111001 | 0 | 111110 | 111110 | 101001 | 0 | 101101 | 101001 |
Color Harmonies of #963939
Complementary color
Monochromatic Colors of #963939
Black with #963939
Text Example
Text Example
White with #963939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963939; }
p { color: rgb(150,57,57); }
H1.HeaderClassName
{
color: #963939;
}
.AnyTagClassName
{
color: #963939;
}
</style>
background-color css
<style>
a { background-color: #963939; }
a { background-color: rgb(150,57,57); }
div.DivClassName
{
background-color: #963939;
}
.BgClassName
{
background-color: #963939;
}
</style>
border-color css
<style>
span { border-color: #963939; }
span { border-color: rgb(150,57,57); }
td.TdClassName
{
border-color: #963939;
}
.TagClassName
{
border-color: #963939;
}
</style>