Shades of Mexican Red #98423F
Tints of Mexican Red #98423F
RGB
CMYK
RGB Variations
Color information
#98423F (or 0x98423F) is known color: Mexican Red. HEX triplet: 98, 42 and 3F. RGB value is (152,66,63). Sum of RGB (Red+Green+Blue) = 152+66+63=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98423F is #67BDC0. Grayscale: #5B5B5B. Windows color (decimal): -6798785 or 4145816. OLE color: 4145816.
HSL color Cylindrical-coordinate representation of color #98423F: hue angle of 2.02º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98423F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 66 | 63 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.40 |
| HSL | 2.02º | 0.41% | 0.42% | - |
| HSV(B) | 2.02º | 0.59% | 0.6% | - |
| XYZ | 15.79 | 10.93 | 5.98 | - |
| YUV | 91.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 63 | 0 | 0.57 | 0.59 | 0.40 | 2.02 | 0.41 | 0.42 |
| Hex | 98 | 42 | 3F | 0 | 39 | 3B | 28 | 2 | 29 | 2A |
| Octal | 230 | 102 | 77 | 0 | 71 | 73 | 50 | 2 | 51 | 52 |
| Binary | 10011000 | 1000010 | 111111 | 0 | 111001 | 111011 | 101000 | 10 | 101001 | 101010 |
Color Harmonies of #98423F
Complementary color
Monochromatic Colors of #98423F
Black with #98423F
Text Example
Text Example
White with #98423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98423F; }
p { color: rgb(152,66,63); }
H1.HeaderClassName
{
color: #98423F;
}
.AnyTagClassName
{
color: #98423F;
}
</style>
background-color css
<style>
a { background-color: #98423F; }
a { background-color: rgb(152,66,63); }
div.DivClassName
{
background-color: #98423F;
}
.BgClassName
{
background-color: #98423F;
}
</style>
border-color css
<style>
span { border-color: #98423F; }
span { border-color: rgb(152,66,63); }
td.TdClassName
{
border-color: #98423F;
}
.TagClassName
{
border-color: #98423F;
}
</style>