Shades of Mexican Red #903D3D
Tints of Mexican Red #903D3D
RGB
CMYK
RGB Variations
Color information
#903D3D (or 0x903D3D) is known color: Mexican Red. HEX triplet: 90, 3D and 3D. RGB value is (144,61,61). Sum of RGB (Red+Green+Blue) = 144+61+61=266 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.14% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 144 - color contains mainly: red. Hex color #903D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903D3D is #6FC2C2. Grayscale: #555555. Windows color (decimal): -7324355 or 4013456. OLE color: 4013456.
HSL color Cylindrical-coordinate representation of color #903D3D: hue angle of 0º degrees, saturation: 0.4, 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 #903D3D is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 61 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.44 |
| HSL | 0º | 0.4% | 0.4% | - |
| HSV(B) | 0º | 0.58% | 0.56% | - |
| XYZ | 14.01 | 9.6 | 5.53 | - |
| YUV | 85.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 61 | 0 | 0.58 | 0.58 | 0.44 | 0 | 0.4 | 0.4 |
| Hex | 90 | 3D | 3D | 0 | 3A | 3A | 2C | 0 | 28 | 28 |
| Octal | 220 | 75 | 75 | 0 | 72 | 72 | 54 | 0 | 50 | 50 |
| Binary | 10010000 | 111101 | 111101 | 0 | 111010 | 111010 | 101100 | 0 | 101000 | 101000 |
Color Harmonies of #903D3D
Complementary color
Monochromatic Colors of #903D3D
Black with #903D3D
Text Example
Text Example
White with #903D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D3D; }
p { color: rgb(144,61,61); }
H1.HeaderClassName
{
color: #903D3D;
}
.AnyTagClassName
{
color: #903D3D;
}
</style>
background-color css
<style>
a { background-color: #903D3D; }
a { background-color: rgb(144,61,61); }
div.DivClassName
{
background-color: #903D3D;
}
.BgClassName
{
background-color: #903D3D;
}
</style>
border-color css
<style>
span { border-color: #903D3D; }
span { border-color: rgb(144,61,61); }
td.TdClassName
{
border-color: #903D3D;
}
.TagClassName
{
border-color: #903D3D;
}
</style>