#914343

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

Shades of Mexican Red #914343

Tints of Mexican Red #914343

Color information

#914343 (or 0x914343) is unknown color: approx Mexican Red. HEX triplet: 91, 43 and 43. RGB value is (145,67,67). Sum of RGB (Red+Green+Blue) = 145+67+67=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #914343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914343 is #6EBCBC. Grayscale: #5A5A5A. Windows color (decimal): -7257277 or 4408209. OLE color: 4408209.

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

Color convert

RGB1456767-
CMYK00.540.540.43
HSL36.79%41.57%-
HSV(B)53.79%56.86%-
XYZ14.710.446.55-
YUV90.32114.84167-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 67 (26.56% from 255) = 24.01%
R=51.97%
G=24.01%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145676700.540.540.43036.7941.57
Hex914343036362B0252a
Octal221103103066665304552
Binary100100011000011100001101101101101101010110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914343; }

 p { color: rgb(145,67,67); }

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

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

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

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

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

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

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