#9E4040

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

Shades of Mexican Red #9E4040

Tints of Mexican Red #9E4040

Color information

#9E4040 (or 0x9E4040) is unknown color: approx Mexican Red. HEX triplet: 9E, 40 and 40. RGB value is (158,64,64). Sum of RGB (Red+Green+Blue) = 158+64+64=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4040 is #61BFBF. Grayscale: #5C5C5C. Windows color (decimal): -6406080 or 4210846. OLE color: 4210846.

HSL color Cylindrical-coordinate representation of color #9E4040: hue angle of 0º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4040 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1586464-
CMYK00.590.590.38
HSL42.34%43.53%-
HSV(B)59.49%61.96%-
XYZ16.8611.316.14-
YUV92.11112.14175-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.24%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=55.24%
G=22.38%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158646400.590.590.38042.3443.53
Hex9E404003B3B2602a2c
Octal236100100073734605254
Binary100111101000000100000001110111110111001100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4040; }

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

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

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

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

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

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

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

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