#913D3C

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

Shades of Mexican Red #913D3C

Tints of Mexican Red #913D3C

Color information

#913D3C (or 0x913D3C) is unknown color: approx Mexican Red. HEX triplet: 91, 3D and 3C. RGB value is (145,61,60). Sum of RGB (Red+Green+Blue) = 145+61+60=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #913D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913D3C is #6EC2C3. Grayscale: #565656. Windows color (decimal): -7258820 or 3947921. OLE color: 3947921.

HSL color Cylindrical-coordinate representation of color #913D3C: hue angle of 0.71º 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 #913D3C is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB1456160-
CMYK00.580.590.43
HSL0.71º41.46%40.2%-
HSV(B)0.71º58.62%56.86%-
XYZ14.169.685.4-
YUV86113.33170.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.51%
GREEN value IS 61 (24.22% from 255) = 22.93%
BLUE value IS 60 (23.83% from 255) = 22.56%
R=54.51%
G=22.93%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145616000.580.590.430.7141.4640.2
Hex913D3C03A3B2B12928
Octal2217574072735315150
Binary1001000111110111110001110101110111010111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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