#96403F

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

Shades of Mexican Red #96403F

Tints of Mexican Red #96403F

Color information

#96403F (or 0x96403F) is unknown color: approx Mexican Red. HEX triplet: 96, 40 and 3F. RGB value is (150,64,63). Sum of RGB (Red+Green+Blue) = 150+64+63=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96403F is #69BFC0. Grayscale: #595959. Windows color (decimal): -6930369 or 4145302. OLE color: 4145302.

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

Color convert

RGB1506463-
CMYK00.570.580.41
HSL0.69º40.85%41.76%-
HSV(B)0.69º58%58.82%-
XYZ15.3110.515.92-
YUV89.6112.99171.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 63 (25% from 255) = 22.74%
R=54.15%
G=23.10%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150646300.570.580.410.6940.8541.76
Hex96403F0393A291292a
Octal22610077071725115152
Binary10010110100000011111101110011110101010011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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