Shades of Mexican Red #943D3C
Tints of Mexican Red #943D3C
RGB
CMYK
RGB Variations
Color information
#943D3C (or 0x943D3C) is known color: Mexican Red. HEX triplet: 94, 3D and 3C. RGB value is (148,61,60). Sum of RGB (Red+Green+Blue) = 148+61+60=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #943D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D3C is #6BC2C3. Grayscale: #565656. Windows color (decimal): -7062212 or 3947924. OLE color: 3947924.
HSL color Cylindrical-coordinate representation of color #943D3C: hue angle of 0.68º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943D3C is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 61 | 60 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.42 |
| HSL | 0.68º | 0.42% | 0.41% | - |
| HSV(B) | 0.68º | 0.59% | 0.58% | - |
| XYZ | 14.7 | 9.96 | 5.42 | - |
| YUV | 86.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 61 | 60 | 0 | 0.59 | 0.59 | 0.42 | 0.68 | 0.42 | 0.41 |
| Hex | 94 | 3D | 3C | 0 | 3B | 3B | 2A | 1 | 2A | 29 |
| Octal | 224 | 75 | 74 | 0 | 73 | 73 | 52 | 1 | 52 | 51 |
| Binary | 10010100 | 111101 | 111100 | 0 | 111011 | 111011 | 101010 | 1 | 101010 | 101001 |
Color Harmonies of #943D3C
Complementary color
Monochromatic Colors of #943D3C
Black with #943D3C
Text Example
Text Example
White with #943D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943D3C; }
p { color: rgb(148,61,60); }
H1.HeaderClassName
{
color: #943D3C;
}
.AnyTagClassName
{
color: #943D3C;
}
</style>
background-color css
<style>
a { background-color: #943D3C; }
a { background-color: rgb(148,61,60); }
div.DivClassName
{
background-color: #943D3C;
}
.BgClassName
{
background-color: #943D3C;
}
</style>
border-color css
<style>
span { border-color: #943D3C; }
span { border-color: rgb(148,61,60); }
td.TdClassName
{
border-color: #943D3C;
}
.TagClassName
{
border-color: #943D3C;
}
</style>