Shades of Mexican Red #983F3B
Tints of Mexican Red #983F3B
RGB
CMYK
RGB Variations
Color information
#983F3B (or 0x983F3B) is known color: Mexican Red. HEX triplet: 98, 3F and 3B. RGB value is (152,63,59). Sum of RGB (Red+Green+Blue) = 152+63+59=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #983F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F3B is #67C0C4. Grayscale: #595959. Windows color (decimal): -6799557 or 3882904. OLE color: 3882904.
HSL color Cylindrical-coordinate representation of color #983F3B: hue angle of 2.58º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983F3B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 59 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.40 |
| HSL | 2.58º | 0.44% | 0.41% | - |
| HSV(B) | 2.58º | 0.61% | 0.6% | - |
| XYZ | 15.52 | 10.55 | 5.36 | - |
| YUV | 89.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 59 | 0 | 0.59 | 0.61 | 0.40 | 2.58 | 0.44 | 0.41 |
| Hex | 98 | 3F | 3B | 0 | 3B | 3D | 28 | 3 | 2C | 29 |
| Octal | 230 | 77 | 73 | 0 | 73 | 75 | 50 | 3 | 54 | 51 |
| Binary | 10011000 | 111111 | 111011 | 0 | 111011 | 111101 | 101000 | 11 | 101100 | 101001 |
Color Harmonies of #983F3B
Complementary color
Monochromatic Colors of #983F3B
Black with #983F3B
Text Example
Text Example
White with #983F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F3B; }
p { color: rgb(152,63,59); }
H1.HeaderClassName
{
color: #983F3B;
}
.AnyTagClassName
{
color: #983F3B;
}
</style>
background-color css
<style>
a { background-color: #983F3B; }
a { background-color: rgb(152,63,59); }
div.DivClassName
{
background-color: #983F3B;
}
.BgClassName
{
background-color: #983F3B;
}
</style>
border-color css
<style>
span { border-color: #983F3B; }
span { border-color: rgb(152,63,59); }
td.TdClassName
{
border-color: #983F3B;
}
.TagClassName
{
border-color: #983F3B;
}
</style>