Shades of Mexican Red #99423F
Tints of Mexican Red #99423F
RGB
CMYK
RGB Variations
Color information
#99423F (or 0x99423F) is known color: Mexican Red. HEX triplet: 99, 42 and 3F. RGB value is (153,66,63). Sum of RGB (Red+Green+Blue) = 153+66+63=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99423F is #66BDC0. Grayscale: #5B5B5B. Windows color (decimal): -6733249 or 4145817. OLE color: 4145817.
HSL color Cylindrical-coordinate representation of color #99423F: hue angle of 2º degrees, saturation: 0.42, 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 #99423F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 63 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.4 |
| HSL | 2º | 0.42% | 0.42% | - |
| HSV(B) | 2º | 0.59% | 0.6% | - |
| XYZ | 15.98 | 11.03 | 5.99 | - |
| YUV | 91.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 63 | 0 | 0.57 | 0.59 | 0.4 | 2 | 0.42 | 0.42 |
| Hex | 99 | 42 | 3F | 0 | 39 | 3B | 28 | 2 | 2A | 2A |
| Octal | 231 | 102 | 77 | 0 | 71 | 73 | 50 | 2 | 52 | 52 |
| Binary | 10011001 | 1000010 | 111111 | 0 | 111001 | 111011 | 101000 | 10 | 101010 | 101010 |
Color Harmonies of #99423F
Complementary color
Monochromatic Colors of #99423F
Black with #99423F
Text Example
Text Example
White with #99423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99423F; }
p { color: rgb(153,66,63); }
H1.HeaderClassName
{
color: #99423F;
}
.AnyTagClassName
{
color: #99423F;
}
</style>
background-color css
<style>
a { background-color: #99423F; }
a { background-color: rgb(153,66,63); }
div.DivClassName
{
background-color: #99423F;
}
.BgClassName
{
background-color: #99423F;
}
</style>
border-color css
<style>
span { border-color: #99423F; }
span { border-color: rgb(153,66,63); }
td.TdClassName
{
border-color: #99423F;
}
.TagClassName
{
border-color: #99423F;
}
</style>