Shades of Mexican Red #923D3D
Tints of Mexican Red #923D3D
RGB
CMYK
RGB Variations
Color information
#923D3D (or 0x923D3D) is known color: Mexican Red. HEX triplet: 92, 3D and 3D. RGB value is (146,61,61). Sum of RGB (Red+Green+Blue) = 146+61+61=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #923D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923D3D is #6DC2C2. Grayscale: #565656. Windows color (decimal): -7193283 or 4013458. OLE color: 4013458.
HSL color Cylindrical-coordinate representation of color #923D3D: hue angle of 0º 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 #923D3D is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 61 | 61 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.43 |
| HSL | 0º | 0.41% | 0.41% | - |
| HSV(B) | 0º | 0.58% | 0.57% | - |
| XYZ | 14.37 | 9.79 | 5.55 | - |
| YUV | 86.42 | 113.66 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 61 | 61 | 0 | 0.58 | 0.58 | 0.43 | 0 | 0.41 | 0.41 |
| Hex | 92 | 3D | 3D | 0 | 3A | 3A | 2B | 0 | 29 | 29 |
| Octal | 222 | 75 | 75 | 0 | 72 | 72 | 53 | 0 | 51 | 51 |
| Binary | 10010010 | 111101 | 111101 | 0 | 111010 | 111010 | 101011 | 0 | 101001 | 101001 |
Color Harmonies of #923D3D
Complementary color
Monochromatic Colors of #923D3D
Black with #923D3D
Text Example
Text Example
White with #923D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923D3D; }
p { color: rgb(146,61,61); }
H1.HeaderClassName
{
color: #923D3D;
}
.AnyTagClassName
{
color: #923D3D;
}
</style>
background-color css
<style>
a { background-color: #923D3D; }
a { background-color: rgb(146,61,61); }
div.DivClassName
{
background-color: #923D3D;
}
.BgClassName
{
background-color: #923D3D;
}
</style>
border-color css
<style>
span { border-color: #923D3D; }
span { border-color: rgb(146,61,61); }
td.TdClassName
{
border-color: #923D3D;
}
.TagClassName
{
border-color: #923D3D;
}
</style>