Shades of Mexican Red #98403B
Tints of Mexican Red #98403B
RGB
CMYK
RGB Variations
Color information
#98403B (or 0x98403B) is known color: Mexican Red. HEX triplet: 98, 40 and 3B. RGB value is (152,64,59). Sum of RGB (Red+Green+Blue) = 152+64+59=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #98403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98403B is #67BFC4. Grayscale: #595959. Windows color (decimal): -6799301 or 3883160. OLE color: 3883160.
HSL color Cylindrical-coordinate representation of color #98403B: hue angle of 3.23º 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 #98403B is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 59 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.40 |
| HSL | 3.23º | 0.44% | 0.41% | - |
| HSV(B) | 3.23º | 0.61% | 0.6% | - |
| XYZ | 15.57 | 10.66 | 5.37 | - |
| YUV | 89.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 59 | 0 | 0.58 | 0.61 | 0.40 | 3.23 | 0.44 | 0.41 |
| Hex | 98 | 40 | 3B | 0 | 3A | 3D | 28 | 3 | 2C | 29 |
| Octal | 230 | 100 | 73 | 0 | 72 | 75 | 50 | 3 | 54 | 51 |
| Binary | 10011000 | 1000000 | 111011 | 0 | 111010 | 111101 | 101000 | 11 | 101100 | 101001 |
Color Harmonies of #98403B
Complementary color
Monochromatic Colors of #98403B
Black with #98403B
Text Example
Text Example
White with #98403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98403B; }
p { color: rgb(152,64,59); }
H1.HeaderClassName
{
color: #98403B;
}
.AnyTagClassName
{
color: #98403B;
}
</style>
background-color css
<style>
a { background-color: #98403B; }
a { background-color: rgb(152,64,59); }
div.DivClassName
{
background-color: #98403B;
}
.BgClassName
{
background-color: #98403B;
}
</style>
border-color css
<style>
span { border-color: #98403B; }
span { border-color: rgb(152,64,59); }
td.TdClassName
{
border-color: #98403B;
}
.TagClassName
{
border-color: #98403B;
}
</style>