Html Css Color HEX #96403E Mexican Red

📋 copy color: '#96403E'

red 150 ◦ green 64 ◦ blue 62

#96403E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mexican Red #96403E

Tints of Mexican Red #96403E

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 value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96403E (or 0x96403E) is known color: 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

RGB 150 64 62 -
CMYK 0 0.57 0.59 0.41
HSL 1.36º 0.42% 0.42% -
HSV(B) 1.36º 0.59% 0.59% -
XYZ 15.28 10.5 5.78 -
YUV 89.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 150 64 62 0 0.57 0.59 0.41 1.36 0.42 0.42
Hex 96 40 3E 0 39 3B 29 1 2A 2A
Octal 226 100 76 0 71 73 51 1 52 52
Binary 10010110 1000000 111110 0 111001 111011 101001 1 101010 101010

Color Harmonies of #96403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96403E

Black with #96403E

Text Example


Text Example

White with #96403E

Text Example


Text Example

HTML Codes & Css Web 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>