Shades of Mexican Red #983F39
Tints of Mexican Red #983F39
RGB
CMYK
RGB Variations
Color information
#983F39 (or 0x983F39) is known color: Mexican Red. HEX triplet: 98, 3F and 39. RGB value is (152,63,57). Sum of RGB (Red+Green+Blue) = 152+63+57=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #983F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F39 is #67C0C6. Grayscale: #595959. Windows color (decimal): -6799559 or 3751832. OLE color: 3751832.
HSL color Cylindrical-coordinate representation of color #983F39: hue angle of 3.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983F39 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 57 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.40 |
| HSL | 3.79º | 0.45% | 0.41% | - |
| HSV(B) | 3.79º | 0.63% | 0.6% | - |
| XYZ | 15.46 | 10.53 | 5.09 | - |
| YUV | 88.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 57 | 0 | 0.59 | 0.62 | 0.40 | 3.79 | 0.45 | 0.41 |
| Hex | 98 | 3F | 39 | 0 | 3B | 3E | 28 | 4 | 2D | 29 |
| Octal | 230 | 77 | 71 | 0 | 73 | 76 | 50 | 4 | 55 | 51 |
| Binary | 10011000 | 111111 | 111001 | 0 | 111011 | 111110 | 101000 | 100 | 101101 | 101001 |
Color Harmonies of #983F39
Complementary color
Monochromatic Colors of #983F39
Black with #983F39
Text Example
Text Example
White with #983F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F39; }
p { color: rgb(152,63,57); }
H1.HeaderClassName
{
color: #983F39;
}
.AnyTagClassName
{
color: #983F39;
}
</style>
background-color css
<style>
a { background-color: #983F39; }
a { background-color: rgb(152,63,57); }
div.DivClassName
{
background-color: #983F39;
}
.BgClassName
{
background-color: #983F39;
}
</style>
border-color css
<style>
span { border-color: #983F39; }
span { border-color: rgb(152,63,57); }
td.TdClassName
{
border-color: #983F39;
}
.TagClassName
{
border-color: #983F39;
}
</style>