#924040

Color #924040 Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #924040

Tints of Mexican Red #924040

Color information

#924040 (or 0x924040) is unknown color: approx Mexican Red. HEX triplet: 92, 40 and 40. RGB value is (146,64,64). Sum of RGB (Red+Green+Blue) = 146+64+64=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #924040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924040 is #6DBFBF. Grayscale: #585858. Windows color (decimal): -7192512 or 4210834. OLE color: 4210834.

HSL color Cylindrical-coordinate representation of color #924040: hue angle of 0º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924040 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1466464-
CMYK00.560.560.43
HSL39.05%41.18%-
HSV(B)56.16%57.25%-
XYZ14.6110.156.04-
YUV88.52114.17169-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=53.28%
G=23.36%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146646400.560.560.43039.0541.18
Hex924040038382B02729
Octal222100100070705304751
Binary100100101000000100000001110001110001010110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924040; }

 p { color: rgb(146,64,64); }

 H1.HeaderClassName
 {
   color: #924040;
 }
 .AnyTagClassName
 {
   color: #924040;
 }
</style>
background-color css

<style>
 a { background-color: #924040; }

 a { background-color: rgb(146,64,64); }

 div.DivClassName
 {
   background-color: #924040;
 }
 .BgClassName
 {
   background-color: #924040;
 }
</style>
border-color css

<style>
 span { border-color: #924040; }

 span { border-color: rgb(146,64,64); }

 td.TdClassName
 {
   border-color: #924040;
 }
 .TagClassName
 {
   border-color: #924040;
 }
</style>