#93403F

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

Shades of Mexican Red #93403F

Tints of Mexican Red #93403F

Color information

#93403F (or 0x93403F) is unknown color: approx Mexican Red. HEX triplet: 93, 40 and 3F. RGB value is (147,64,63). Sum of RGB (Red+Green+Blue) = 147+64+63=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93403F is #6CBFC0. Grayscale: #585858. Windows color (decimal): -7126977 or 4145299. OLE color: 4145299.

HSL color Cylindrical-coordinate representation of color #93403F: hue angle of 0.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93403F is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1476463-
CMYK00.560.570.42
HSL0.71º40%41.18%-
HSV(B)0.71º57.14%57.65%-
XYZ14.7610.235.9-
YUV88.7113.5169.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.65%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 63 (25% from 255) = 22.99%
R=53.65%
G=23.36%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147646300.560.570.420.714041.18
Hex93403F038392A12829
Octal22310077070715215051
Binary10010011100000011111101110001110011010101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93403F; }

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

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

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

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

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

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

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

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