Shades of Mexican Red #92403D
Tints of Mexican Red #92403D
RGB
CMYK
RGB Variations
Color information
#92403D (or 0x92403D) is known color: Mexican Red. HEX triplet: 92, 40 and 3D. RGB value is (146,64,61). Sum of RGB (Red+Green+Blue) = 146+64+61=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #92403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92403D is #6DBFC2. Grayscale: #585858. Windows color (decimal): -7192515 or 4014226. OLE color: 4014226.
HSL color Cylindrical-coordinate representation of color #92403D: hue angle of 2.12º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92403D is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 64 | 61 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.43 |
| HSL | 2.12º | 0.41% | 0.41% | - |
| HSV(B) | 2.12º | 0.58% | 0.57% | - |
| XYZ | 14.53 | 10.11 | 5.6 | - |
| YUV | 88.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 64 | 61 | 0 | 0.56 | 0.58 | 0.43 | 2.12 | 0.41 | 0.41 |
| Hex | 92 | 40 | 3D | 0 | 38 | 3A | 2B | 2 | 29 | 29 |
| Octal | 222 | 100 | 75 | 0 | 70 | 72 | 53 | 2 | 51 | 51 |
| Binary | 10010010 | 1000000 | 111101 | 0 | 111000 | 111010 | 101011 | 10 | 101001 | 101001 |
Color Harmonies of #92403D
Complementary color
Monochromatic Colors of #92403D
Black with #92403D
Text Example
Text Example
White with #92403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92403D; }
p { color: rgb(146,64,61); }
H1.HeaderClassName
{
color: #92403D;
}
.AnyTagClassName
{
color: #92403D;
}
</style>
background-color css
<style>
a { background-color: #92403D; }
a { background-color: rgb(146,64,61); }
div.DivClassName
{
background-color: #92403D;
}
.BgClassName
{
background-color: #92403D;
}
</style>
border-color css
<style>
span { border-color: #92403D; }
span { border-color: rgb(146,64,61); }
td.TdClassName
{
border-color: #92403D;
}
.TagClassName
{
border-color: #92403D;
}
</style>