Shades of Mexican Red #983D36
Tints of Mexican Red #983D36
RGB
CMYK
RGB Variations
Color information
#983D36 (or 0x983D36) is known color: Mexican Red. HEX triplet: 98, 3D and 36. RGB value is (152,61,54). Sum of RGB (Red+Green+Blue) = 152+61+54=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #983D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D36 is #67C2C9. Grayscale: #575757. Windows color (decimal): -6800074 or 3554712. OLE color: 3554712.
HSL color Cylindrical-coordinate representation of color #983D36: hue angle of 4.29º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983D36 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 54 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.40 |
| HSL | 4.29º | 0.48% | 0.4% | - |
| HSV(B) | 4.29º | 0.64% | 0.6% | - |
| XYZ | 15.28 | 10.28 | 4.67 | - |
| YUV | 87.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 54 | 0 | 0.60 | 0.64 | 0.40 | 4.29 | 0.48 | 0.4 |
| Hex | 98 | 3D | 36 | 0 | 3C | 40 | 28 | 4 | 30 | 28 |
| Octal | 230 | 75 | 66 | 0 | 74 | 100 | 50 | 4 | 60 | 50 |
| Binary | 10011000 | 111101 | 110110 | 0 | 111100 | 1000000 | 101000 | 100 | 110000 | 101000 |
Color Harmonies of #983D36
Complementary color
Monochromatic Colors of #983D36
Black with #983D36
Text Example
Text Example
White with #983D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D36; }
p { color: rgb(152,61,54); }
H1.HeaderClassName
{
color: #983D36;
}
.AnyTagClassName
{
color: #983D36;
}
</style>
background-color css
<style>
a { background-color: #983D36; }
a { background-color: rgb(152,61,54); }
div.DivClassName
{
background-color: #983D36;
}
.BgClassName
{
background-color: #983D36;
}
</style>
border-color css
<style>
span { border-color: #983D36; }
span { border-color: rgb(152,61,54); }
td.TdClassName
{
border-color: #983D36;
}
.TagClassName
{
border-color: #983D36;
}
</style>