#924241

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

Shades of Mexican Red #924241

Tints of Mexican Red #924241

Color information

#924241 (or 0x924241) is unknown color: approx Mexican Red. HEX triplet: 92, 42 and 41. RGB value is (146,66,65). Sum of RGB (Red+Green+Blue) = 146+66+65=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #924241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924241 is #6DBDBE. Grayscale: #595959. Windows color (decimal): -7191999 or 4276882. OLE color: 4276882.

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

Color convert

RGB1466665-
CMYK00.550.550.43
HSL0.74º38.39%41.37%-
HSV(B)0.74º55.48%57.25%-
XYZ14.7610.396.23-
YUV89.81114168.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=52.71%
G=23.83%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146666500.550.550.430.7438.3941.37
Hex924241037372B12629
Octal222102101067675314651
Binary100100101000010100000101101111101111010111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924241; }

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

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

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

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

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

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

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

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