#8F4140

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

Shades of Mexican Red #8F4140

Tints of Mexican Red #8F4140

Color information

#8F4140 (or 0x8F4140) is unknown color: approx Mexican Red. HEX triplet: 8F, 41 and 40. RGB value is (143,65,64). Sum of RGB (Red+Green+Blue) = 143+65+64=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4140 is #70BEBF. Grayscale: #585858. Windows color (decimal): -7388864 or 4211087. OLE color: 4211087.

HSL color Cylindrical-coordinate representation of color #8F4140: hue angle of 0.76º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F4140 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1436564-
CMYK00.550.550.44
HSL0.76º38.16%40.59%-
HSV(B)0.76º55.24%56.08%-
XYZ14.149.996.03-
YUV88.21114.34167.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.57%
GREEN value IS 65 (25.78% from 255) = 23.90%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=52.57%
G=23.90%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143656400.550.550.440.7638.1640.59
Hex8F4140037372C12629
Octal217101100067675414651
Binary100011111000001100000001101111101111011001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F4140; }

 p { color: rgb(143,65,64); }

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

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

 a { background-color: rgb(143,65,64); }

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

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

 span { border-color: rgb(143,65,64); }

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