#913C3B

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

Shades of Mexican Red #913C3B

Tints of Mexican Red #913C3B

Color information

#913C3B (or 0x913C3B) is unknown color: approx Mexican Red. HEX triplet: 91, 3C and 3B. RGB value is (145,60,59). Sum of RGB (Red+Green+Blue) = 145+60+59=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #913C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913C3B is #6EC3C4. Grayscale: #555555. Windows color (decimal): -7259077 or 3882129. OLE color: 3882129.

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

Color convert

RGB1456059-
CMYK00.590.590.43
HSL0.7º42.16%40%-
HSV(B)0.7º59.31%56.86%-
XYZ14.089.575.24-
YUV85.3113.16170.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.92%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=54.92%
G=22.73%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145605900.590.590.430.742.1640
Hex913C3B03B3B2B12a28
Octal2217473073735315250
Binary1001000111110011101101110111110111010111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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