#913E3C

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

Shades of Mexican Red #913E3C

Tints of Mexican Red #913E3C

Color information

#913E3C (or 0x913E3C) is unknown color: approx Mexican Red. HEX triplet: 91, 3E and 3C. RGB value is (145,62,60). Sum of RGB (Red+Green+Blue) = 145+62+60=267 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.31% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 145 - color contains mainly: red. Hex color #913E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913E3C is #6EC1C3. Grayscale: #565656. Windows color (decimal): -7258564 or 3948177. OLE color: 3948177.

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

Color convert

RGB1456260-
CMYK00.570.590.43
HSL1.41º41.46%40.2%-
HSV(B)1.41º58.62%56.86%-
XYZ14.229.795.42-
YUV86.59113169.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.31%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=54.31%
G=23.22%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145626000.570.590.431.4141.4640.2
Hex913E3C0393B2B12928
Octal2217674071735315150
Binary1001000111111011110001110011110111010111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913E3C; }

 p { color: rgb(145,62,60); }

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

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

 a { background-color: rgb(145,62,60); }

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

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

 span { border-color: rgb(145,62,60); }

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