Shades of Mexican Red #93403D
Tints of Mexican Red #93403D
RGB
CMYK
RGB Variations
Color information
#93403D (or 0x93403D) is known color: Mexican Red. HEX triplet: 93, 40 and 3D. RGB value is (147,64,61). Sum of RGB (Red+Green+Blue) = 147+64+61=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93403D is #6CBFC2. Grayscale: #585858. Windows color (decimal): -7126979 or 4014227. OLE color: 4014227.
HSL color Cylindrical-coordinate representation of color #93403D: hue angle of 2.09º degrees, saturation: 0.41, 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 #93403D is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 61 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.42 |
| HSL | 2.09º | 0.41% | 0.41% | - |
| HSV(B) | 2.09º | 0.59% | 0.58% | - |
| XYZ | 14.71 | 10.21 | 5.61 | - |
| YUV | 88.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 61 | 0 | 0.56 | 0.59 | 0.42 | 2.09 | 0.41 | 0.41 |
| Hex | 93 | 40 | 3D | 0 | 38 | 3B | 2A | 2 | 29 | 29 |
| Octal | 223 | 100 | 75 | 0 | 70 | 73 | 52 | 2 | 51 | 51 |
| Binary | 10010011 | 1000000 | 111101 | 0 | 111000 | 111011 | 101010 | 10 | 101001 | 101001 |
Color Harmonies of #93403D
Complementary color
Monochromatic Colors of #93403D
Black with #93403D
Text Example
Text Example
White with #93403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93403D; }
p { color: rgb(147,64,61); }
H1.HeaderClassName
{
color: #93403D;
}
.AnyTagClassName
{
color: #93403D;
}
</style>
background-color css
<style>
a { background-color: #93403D; }
a { background-color: rgb(147,64,61); }
div.DivClassName
{
background-color: #93403D;
}
.BgClassName
{
background-color: #93403D;
}
</style>
border-color css
<style>
span { border-color: #93403D; }
span { border-color: rgb(147,64,61); }
td.TdClassName
{
border-color: #93403D;
}
.TagClassName
{
border-color: #93403D;
}
</style>