#9E3E38

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

Shades of Mexican Red #9E3E38

Tints of Mexican Red #9E3E38

Color information

#9E3E38 (or 0x9E3E38) is unknown color: approx Mexican Red. HEX triplet: 9E, 3E and 38. RGB value is (158,62,56). Sum of RGB (Red+Green+Blue) = 158+62+56=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3E38 is #61C1C7. Grayscale: #5A5A5A. Windows color (decimal): -6406600 or 3686046. OLE color: 3686046.

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

Color convert

RGB1586256-
CMYK00.610.650.38
HSL3.53º47.66%41.96%-
HSV(B)3.53º64.56%61.96%-
XYZ16.54114.99-
YUV90.02108.8176.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.25%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=57.25%
G=22.46%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158625600.610.650.383.5347.6641.96
Hex9E3E3803D41264302a
Octal23676700751014646052
Binary1001111011111011100001111011000001100110100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,62,56); }

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

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

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

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

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

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

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