#924140

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

Shades of Mexican Red #924140

Tints of Mexican Red #924140

Color information

#924140 (or 0x924140) is unknown color: approx Mexican Red. HEX triplet: 92, 41 and 40. RGB value is (146,65,64). Sum of RGB (Red+Green+Blue) = 146+65+64=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #924140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924140 is #6DBEBF. Grayscale: #595959. Windows color (decimal): -7192256 or 4211090. OLE color: 4211090.

HSL color Cylindrical-coordinate representation of color #924140: hue angle of 0.73º 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 #924140 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB1466564-
CMYK00.550.560.43
HSL0.73º39.05%41.18%-
HSV(B)0.73º56.16%57.25%-
XYZ14.6710.266.06-
YUV89.1113.84168.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=53.09%
G=23.64%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146656400.550.560.430.7339.0541.18
Hex924140037382B12729
Octal222101100067705314751
Binary100100101000001100000001101111110001010111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924140; }

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

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

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

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

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

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

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

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