Shades of Mexican Red #954343
Tints of Mexican Red #954343
RGB
CMYK
RGB Variations
Color information
#954343 (or 0x954343) is known color: Mexican Red. HEX triplet: 95, 43 and 43. RGB value is (149,67,67). Sum of RGB (Red+Green+Blue) = 149+67+67=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #954343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954343 is #6ABCBC. Grayscale: #5B5B5B. Windows color (decimal): -6995133 or 4408213. OLE color: 4408213.
HSL color Cylindrical-coordinate representation of color #954343: hue angle of 0º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954343 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 67 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.42 |
| HSL | 0º | 0.38% | 0.42% | - |
| HSV(B) | 0º | 0.55% | 0.58% | - |
| XYZ | 15.41 | 10.81 | 6.58 | - |
| YUV | 91.52 | 114.17 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 67 | 0 | 0.55 | 0.55 | 0.42 | 0 | 0.38 | 0.42 |
| Hex | 95 | 43 | 43 | 0 | 37 | 37 | 2A | 0 | 26 | 2A |
| Octal | 225 | 103 | 103 | 0 | 67 | 67 | 52 | 0 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1000011 | 0 | 110111 | 110111 | 101010 | 0 | 100110 | 101010 |
Color Harmonies of #954343
Complementary color
Monochromatic Colors of #954343
Black with #954343
Text Example
Text Example
White with #954343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954343; }
p { color: rgb(149,67,67); }
H1.HeaderClassName
{
color: #954343;
}
.AnyTagClassName
{
color: #954343;
}
</style>
background-color css
<style>
a { background-color: #954343; }
a { background-color: rgb(149,67,67); }
div.DivClassName
{
background-color: #954343;
}
.BgClassName
{
background-color: #954343;
}
</style>
border-color css
<style>
span { border-color: #954343; }
span { border-color: rgb(149,67,67); }
td.TdClassName
{
border-color: #954343;
}
.TagClassName
{
border-color: #954343;
}
</style>