#8D403F

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

Shades of Mexican Red #8D403F

Tints of Mexican Red #8D403F

Color information

#8D403F (or 0x8D403F) is unknown color: approx Mexican Red. HEX triplet: 8D, 40 and 3F. RGB value is (141,64,63). Sum of RGB (Red+Green+Blue) = 141+64+63=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D403F is #72BFC0. Grayscale: #565656. Windows color (decimal): -7520193 or 4145293. OLE color: 4145293.

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

Color convert

RGB1416463-
CMYK00.550.550.45
HSL0.77º38.24%40%-
HSV(B)0.77º55.32%55.29%-
XYZ13.729.695.85-
YUV86.91114.51166.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 63 (25% from 255) = 23.51%
R=52.61%
G=23.88%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141646300.550.550.450.7738.2440
Hex8D403F037372D12628
Octal21510077067675514650
Binary10001101100000011111101101111101111011011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,63); }

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

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

 a { background-color: rgb(141,64,63); }

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

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

 span { border-color: rgb(141,64,63); }

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