Shades of Mexican Red #903F3F
Tints of Mexican Red #903F3F
RGB
CMYK
RGB Variations
Color information
#903F3F (or 0x903F3F) is known color: Mexican Red. HEX triplet: 90, 3F and 3F. RGB value is (144,63,63). Sum of RGB (Red+Green+Blue) = 144+63+63=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #903F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903F3F is #6FC0C0. Grayscale: #575757. Windows color (decimal): -7323841 or 4145040. OLE color: 4145040.
HSL color Cylindrical-coordinate representation of color #903F3F: hue angle of 0º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #903F3F is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 63 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.44 |
| HSL | 0º | 0.39% | 0.41% | - |
| HSV(B) | 0º | 0.56% | 0.56% | - |
| XYZ | 14.18 | 9.84 | 5.86 | - |
| YUV | 87.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 63 | 0 | 0.56 | 0.56 | 0.44 | 0 | 0.39 | 0.41 |
| Hex | 90 | 3F | 3F | 0 | 38 | 38 | 2C | 0 | 27 | 29 |
| Octal | 220 | 77 | 77 | 0 | 70 | 70 | 54 | 0 | 47 | 51 |
| Binary | 10010000 | 111111 | 111111 | 0 | 111000 | 111000 | 101100 | 0 | 100111 | 101001 |
Color Harmonies of #903F3F
Complementary color
Monochromatic Colors of #903F3F
Black with #903F3F
Text Example
Text Example
White with #903F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F3F; }
p { color: rgb(144,63,63); }
H1.HeaderClassName
{
color: #903F3F;
}
.AnyTagClassName
{
color: #903F3F;
}
</style>
background-color css
<style>
a { background-color: #903F3F; }
a { background-color: rgb(144,63,63); }
div.DivClassName
{
background-color: #903F3F;
}
.BgClassName
{
background-color: #903F3F;
}
</style>
border-color css
<style>
span { border-color: #903F3F; }
span { border-color: rgb(144,63,63); }
td.TdClassName
{
border-color: #903F3F;
}
.TagClassName
{
border-color: #903F3F;
}
</style>