#9E413C

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

Shades of Mexican Red #9E413C

Tints of Mexican Red #9E413C

Color information

#9E413C (or 0x9E413C) is unknown color: approx Mexican Red. HEX triplet: 9E, 41 and 3C. RGB value is (158,65,60). Sum of RGB (Red+Green+Blue) = 158+65+60=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E413C is #61BEC3. Grayscale: #5C5C5C. Windows color (decimal): -6405828 or 3948958. OLE color: 3948958.

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

Color convert

RGB1586560-
CMYK00.590.620.38
HSL3.06º44.95%42.75%-
HSV(B)3.06º62.03%61.96%-
XYZ16.8111.385.58-
YUV92.24109.81174.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.83%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=55.83%
G=22.97%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158656000.590.620.383.0644.9542.75
Hex9E413C03B3E2632d2b
Octal23610174073764635553
Binary100111101000001111100011101111111010011011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,65,60); }

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

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

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

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

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

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

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