Shades of Mexican Red #923939
Tints of Mexican Red #923939
RGB
CMYK
RGB Variations
Color information
#923939 (or 0x923939) is known color: Mexican Red. HEX triplet: 92, 39 and 39. RGB value is (146,57,57). Sum of RGB (Red+Green+Blue) = 146+57+57=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #923939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923939 is #6DC6C6. Grayscale: #535353. Windows color (decimal): -7194311 or 3750290. OLE color: 3750290.
HSL color Cylindrical-coordinate representation of color #923939: hue angle of 0º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #923939 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 57 | 57 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.43 |
| HSL | 0º | 0.44% | 0.4% | - |
| HSV(B) | 0º | 0.61% | 0.57% | - |
| XYZ | 14.06 | 9.33 | 4.93 | - |
| YUV | 83.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 57 | 0 | 0.61 | 0.61 | 0.43 | 0 | 0.44 | 0.4 |
| Hex | 92 | 39 | 39 | 0 | 3D | 3D | 2B | 0 | 2C | 28 |
| Octal | 222 | 71 | 71 | 0 | 75 | 75 | 53 | 0 | 54 | 50 |
| Binary | 10010010 | 111001 | 111001 | 0 | 111101 | 111101 | 101011 | 0 | 101100 | 101000 |
Color Harmonies of #923939
Complementary color
Monochromatic Colors of #923939
Black with #923939
Text Example
Text Example
White with #923939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923939; }
p { color: rgb(146,57,57); }
H1.HeaderClassName
{
color: #923939;
}
.AnyTagClassName
{
color: #923939;
}
</style>
background-color css
<style>
a { background-color: #923939; }
a { background-color: rgb(146,57,57); }
div.DivClassName
{
background-color: #923939;
}
.BgClassName
{
background-color: #923939;
}
</style>
border-color css
<style>
span { border-color: #923939; }
span { border-color: rgb(146,57,57); }
td.TdClassName
{
border-color: #923939;
}
.TagClassName
{
border-color: #923939;
}
</style>