Shades of Mexican Red #933D3A
Tints of Mexican Red #933D3A
RGB
CMYK
RGB Variations
Color information
#933D3A (or 0x933D3A) is known color: Mexican Red. HEX triplet: 93, 3D and 3A. RGB value is (147,61,58). Sum of RGB (Red+Green+Blue) = 147+61+58=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #933D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933D3A is #6CC2C5. Grayscale: #565656. Windows color (decimal): -7127750 or 3816851. OLE color: 3816851.
HSL color Cylindrical-coordinate representation of color #933D3A: hue angle of 2.02º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #933D3A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 61 | 58 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.42 |
| HSL | 2.02º | 0.43% | 0.4% | - |
| HSV(B) | 2.02º | 0.61% | 0.58% | - |
| XYZ | 14.47 | 9.85 | 5.14 | - |
| YUV | 86.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 58 | 0 | 0.59 | 0.61 | 0.42 | 2.02 | 0.43 | 0.4 |
| Hex | 93 | 3D | 3A | 0 | 3B | 3D | 2A | 2 | 2B | 28 |
| Octal | 223 | 75 | 72 | 0 | 73 | 75 | 52 | 2 | 53 | 50 |
| Binary | 10010011 | 111101 | 111010 | 0 | 111011 | 111101 | 101010 | 10 | 101011 | 101000 |
Color Harmonies of #933D3A
Complementary color
Monochromatic Colors of #933D3A
Black with #933D3A
Text Example
Text Example
White with #933D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933D3A; }
p { color: rgb(147,61,58); }
H1.HeaderClassName
{
color: #933D3A;
}
.AnyTagClassName
{
color: #933D3A;
}
</style>
background-color css
<style>
a { background-color: #933D3A; }
a { background-color: rgb(147,61,58); }
div.DivClassName
{
background-color: #933D3A;
}
.BgClassName
{
background-color: #933D3A;
}
</style>
border-color css
<style>
span { border-color: #933D3A; }
span { border-color: rgb(147,61,58); }
td.TdClassName
{
border-color: #933D3A;
}
.TagClassName
{
border-color: #933D3A;
}
</style>