#96403E

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

Shades of Mexican Red #96403E

Tints of Mexican Red #96403E

Color information

#96403E (or 0x96403E) is unknown color: approx Mexican Red. HEX triplet: 96, 40 and 3E. RGB value is (150,64,62). Sum of RGB (Red+Green+Blue) = 150+64+62=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96403E is #69BFC1. Grayscale: #595959. Windows color (decimal): -6930370 or 4079766. OLE color: 4079766.

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

Color convert

RGB1506462-
CMYK00.570.590.41
HSL1.36º41.51%41.57%-
HSV(B)1.36º58.67%58.82%-
XYZ15.2810.55.78-
YUV89.49112.49171.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=54.35%
G=23.19%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150646200.570.590.411.3641.5141.57
Hex96403E0393B2912a2a
Octal22610076071735115252
Binary10010110100000011111001110011110111010011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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