Shades of Mexican Red #903F3C
Tints of Mexican Red #903F3C
RGB
CMYK
RGB Variations
Color information
#903F3C (or 0x903F3C) is known color: Mexican Red. HEX triplet: 90, 3F and 3C. RGB value is (144,63,60). Sum of RGB (Red+Green+Blue) = 144+63+60=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #903F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903F3C is #6FC0C3. Grayscale: #565656. Windows color (decimal): -7323844 or 3948432. OLE color: 3948432.
HSL color Cylindrical-coordinate representation of color #903F3C: hue angle of 2.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #903F3C is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 60 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.44 |
| HSL | 2.14º | 0.41% | 0.4% | - |
| HSV(B) | 2.14º | 0.58% | 0.56% | - |
| XYZ | 14.09 | 9.81 | 5.43 | - |
| YUV | 86.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 60 | 0 | 0.56 | 0.58 | 0.44 | 2.14 | 0.41 | 0.4 |
| Hex | 90 | 3F | 3C | 0 | 38 | 3A | 2C | 2 | 29 | 28 |
| Octal | 220 | 77 | 74 | 0 | 70 | 72 | 54 | 2 | 51 | 50 |
| Binary | 10010000 | 111111 | 111100 | 0 | 111000 | 111010 | 101100 | 10 | 101001 | 101000 |
Color Harmonies of #903F3C
Complementary color
Monochromatic Colors of #903F3C
Black with #903F3C
Text Example
Text Example
White with #903F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F3C; }
p { color: rgb(144,63,60); }
H1.HeaderClassName
{
color: #903F3C;
}
.AnyTagClassName
{
color: #903F3C;
}
</style>
background-color css
<style>
a { background-color: #903F3C; }
a { background-color: rgb(144,63,60); }
div.DivClassName
{
background-color: #903F3C;
}
.BgClassName
{
background-color: #903F3C;
}
</style>
border-color css
<style>
span { border-color: #903F3C; }
span { border-color: rgb(144,63,60); }
td.TdClassName
{
border-color: #903F3C;
}
.TagClassName
{
border-color: #903F3C;
}
</style>