Shades of Mexican Red #983C3A
Tints of Mexican Red #983C3A
RGB
CMYK
RGB Variations
Color information
#983C3A (or 0x983C3A) is known color: Mexican Red. HEX triplet: 98, 3C and 3A. RGB value is (152,60,58). Sum of RGB (Red+Green+Blue) = 152+60+58=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #983C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C3A is #67C3C5. Grayscale: #575757. Windows color (decimal): -6800326 or 3816600. OLE color: 3816600.
HSL color Cylindrical-coordinate representation of color #983C3A: hue angle of 1.28º 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 #983C3A is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 58 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.40 |
| HSL | 1.28º | 0.45% | 0.41% | - |
| HSV(B) | 1.28º | 0.62% | 0.6% | - |
| XYZ | 15.33 | 10.21 | 5.17 | - |
| YUV | 87.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 58 | 0 | 0.61 | 0.62 | 0.40 | 1.28 | 0.45 | 0.41 |
| Hex | 98 | 3C | 3A | 0 | 3D | 3E | 28 | 1 | 2D | 29 |
| Octal | 230 | 74 | 72 | 0 | 75 | 76 | 50 | 1 | 55 | 51 |
| Binary | 10011000 | 111100 | 111010 | 0 | 111101 | 111110 | 101000 | 1 | 101101 | 101001 |
Color Harmonies of #983C3A
Complementary color
Monochromatic Colors of #983C3A
Black with #983C3A
Text Example
Text Example
White with #983C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C3A; }
p { color: rgb(152,60,58); }
H1.HeaderClassName
{
color: #983C3A;
}
.AnyTagClassName
{
color: #983C3A;
}
</style>
background-color css
<style>
a { background-color: #983C3A; }
a { background-color: rgb(152,60,58); }
div.DivClassName
{
background-color: #983C3A;
}
.BgClassName
{
background-color: #983C3A;
}
</style>
border-color css
<style>
span { border-color: #983C3A; }
span { border-color: rgb(152,60,58); }
td.TdClassName
{
border-color: #983C3A;
}
.TagClassName
{
border-color: #983C3A;
}
</style>