Shades of Mexican Red #98403C
Tints of Mexican Red #98403C
RGB
CMYK
RGB Variations
Color information
#98403C (or 0x98403C) is known color: Mexican Red. HEX triplet: 98, 40 and 3C. RGB value is (152,64,60). Sum of RGB (Red+Green+Blue) = 152+64+60=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98403C is #67BFC3. Grayscale: #595959. Windows color (decimal): -6799300 or 3948696. OLE color: 3948696.
HSL color Cylindrical-coordinate representation of color #98403C: hue angle of 2.61º 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 #98403C is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 60 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.40 |
| HSL | 2.61º | 0.43% | 0.42% | - |
| HSV(B) | 2.61º | 0.61% | 0.6% | - |
| XYZ | 15.6 | 10.67 | 5.51 | - |
| YUV | 89.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 60 | 0 | 0.58 | 0.61 | 0.40 | 2.61 | 0.43 | 0.42 |
| Hex | 98 | 40 | 3C | 0 | 3A | 3D | 28 | 3 | 2B | 2A |
| Octal | 230 | 100 | 74 | 0 | 72 | 75 | 50 | 3 | 53 | 52 |
| Binary | 10011000 | 1000000 | 111100 | 0 | 111010 | 111101 | 101000 | 11 | 101011 | 101010 |
Color Harmonies of #98403C
Complementary color
Monochromatic Colors of #98403C
Black with #98403C
Text Example
Text Example
White with #98403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98403C; }
p { color: rgb(152,64,60); }
H1.HeaderClassName
{
color: #98403C;
}
.AnyTagClassName
{
color: #98403C;
}
</style>
background-color css
<style>
a { background-color: #98403C; }
a { background-color: rgb(152,64,60); }
div.DivClassName
{
background-color: #98403C;
}
.BgClassName
{
background-color: #98403C;
}
</style>
border-color css
<style>
span { border-color: #98403C; }
span { border-color: rgb(152,64,60); }
td.TdClassName
{
border-color: #98403C;
}
.TagClassName
{
border-color: #98403C;
}
</style>