Shades of Mexican Red #983F3C
Tints of Mexican Red #983F3C
RGB
CMYK
RGB Variations
Color information
#983F3C (or 0x983F3C) is known color: Mexican Red. HEX triplet: 98, 3F and 3C. RGB value is (152,63,60). Sum of RGB (Red+Green+Blue) = 152+63+60=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #983F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F3C is #67C0C3. Grayscale: #595959. Windows color (decimal): -6799556 or 3948440. OLE color: 3948440.
HSL color Cylindrical-coordinate representation of color #983F3C: hue angle of 1.96º degrees, saturation: 0.43, 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 #983F3C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 60 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.40 |
| HSL | 1.96º | 0.43% | 0.42% | - |
| HSV(B) | 1.96º | 0.61% | 0.6% | - |
| XYZ | 15.54 | 10.56 | 5.49 | - |
| YUV | 89.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 60 | 0 | 0.59 | 0.61 | 0.40 | 1.96 | 0.43 | 0.42 |
| Hex | 98 | 3F | 3C | 0 | 3B | 3D | 28 | 2 | 2B | 2A |
| Octal | 230 | 77 | 74 | 0 | 73 | 75 | 50 | 2 | 53 | 52 |
| Binary | 10011000 | 111111 | 111100 | 0 | 111011 | 111101 | 101000 | 10 | 101011 | 101010 |
Color Harmonies of #983F3C
Complementary color
Monochromatic Colors of #983F3C
Black with #983F3C
Text Example
Text Example
White with #983F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F3C; }
p { color: rgb(152,63,60); }
H1.HeaderClassName
{
color: #983F3C;
}
.AnyTagClassName
{
color: #983F3C;
}
</style>
background-color css
<style>
a { background-color: #983F3C; }
a { background-color: rgb(152,63,60); }
div.DivClassName
{
background-color: #983F3C;
}
.BgClassName
{
background-color: #983F3C;
}
</style>
border-color css
<style>
span { border-color: #983F3C; }
span { border-color: rgb(152,63,60); }
td.TdClassName
{
border-color: #983F3C;
}
.TagClassName
{
border-color: #983F3C;
}
</style>