Shades of Mexican Red #98403D
Tints of Mexican Red #98403D
RGB
CMYK
RGB Variations
Color information
#98403D (or 0x98403D) is known color: Mexican Red. HEX triplet: 98, 40 and 3D. RGB value is (152,64,61). Sum of RGB (Red+Green+Blue) = 152+64+61=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98403D is #67BFC2. Grayscale: #5A5A5A. Windows color (decimal): -6799299 or 4014232. OLE color: 4014232.
HSL color Cylindrical-coordinate representation of color #98403D: hue angle of 1.98º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98403D is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 61 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.40 |
| HSL | 1.98º | 0.43% | 0.42% | - |
| HSV(B) | 1.98º | 0.6% | 0.6% | - |
| XYZ | 15.62 | 10.68 | 5.65 | - |
| YUV | 89.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 61 | 0 | 0.58 | 0.60 | 0.40 | 1.98 | 0.43 | 0.42 |
| Hex | 98 | 40 | 3D | 0 | 3A | 3C | 28 | 2 | 2B | 2A |
| Octal | 230 | 100 | 75 | 0 | 72 | 74 | 50 | 2 | 53 | 52 |
| Binary | 10011000 | 1000000 | 111101 | 0 | 111010 | 111100 | 101000 | 10 | 101011 | 101010 |
Color Harmonies of #98403D
Complementary color
Monochromatic Colors of #98403D
Black with #98403D
Text Example
Text Example
White with #98403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98403D; }
p { color: rgb(152,64,61); }
H1.HeaderClassName
{
color: #98403D;
}
.AnyTagClassName
{
color: #98403D;
}
</style>
background-color css
<style>
a { background-color: #98403D; }
a { background-color: rgb(152,64,61); }
div.DivClassName
{
background-color: #98403D;
}
.BgClassName
{
background-color: #98403D;
}
</style>
border-color css
<style>
span { border-color: #98403D; }
span { border-color: rgb(152,64,61); }
td.TdClassName
{
border-color: #98403D;
}
.TagClassName
{
border-color: #98403D;
}
</style>