Shades of Mexican Red #94403D
Tints of Mexican Red #94403D
RGB
CMYK
RGB Variations
Color information
#94403D (or 0x94403D) is known color: Mexican Red. HEX triplet: 94, 40 and 3D. RGB value is (148,64,61). Sum of RGB (Red+Green+Blue) = 148+64+61=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94403D is #6BBFC2. Grayscale: #585858. Windows color (decimal): -7061443 or 4014228. OLE color: 4014228.
HSL color Cylindrical-coordinate representation of color #94403D: hue angle of 2.07º 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 #94403D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 61 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.42 |
| HSL | 2.07º | 0.42% | 0.41% | - |
| HSV(B) | 2.07º | 0.59% | 0.58% | - |
| XYZ | 14.89 | 10.3 | 5.62 | - |
| YUV | 88.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 61 | 0 | 0.57 | 0.59 | 0.42 | 2.07 | 0.42 | 0.41 |
| Hex | 94 | 40 | 3D | 0 | 39 | 3B | 2A | 2 | 2A | 29 |
| Octal | 224 | 100 | 75 | 0 | 71 | 73 | 52 | 2 | 52 | 51 |
| Binary | 10010100 | 1000000 | 111101 | 0 | 111001 | 111011 | 101010 | 10 | 101010 | 101001 |
Color Harmonies of #94403D
Complementary color
Monochromatic Colors of #94403D
Black with #94403D
Text Example
Text Example
White with #94403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94403D; }
p { color: rgb(148,64,61); }
H1.HeaderClassName
{
color: #94403D;
}
.AnyTagClassName
{
color: #94403D;
}
</style>
background-color css
<style>
a { background-color: #94403D; }
a { background-color: rgb(148,64,61); }
div.DivClassName
{
background-color: #94403D;
}
.BgClassName
{
background-color: #94403D;
}
</style>
border-color css
<style>
span { border-color: #94403D; }
span { border-color: rgb(148,64,61); }
td.TdClassName
{
border-color: #94403D;
}
.TagClassName
{
border-color: #94403D;
}
</style>