Html Css Color HEX #96403F Mexican Red

📋 copy color: '#96403F'

red 150 ◦ green 64 ◦ blue 63

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

Shades of Mexican Red #96403F

Tints of Mexican Red #96403F

RGB

 RED value IS 150 (58.98% from 255) = 54.15%

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 54.15%
G = 23.1%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

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

RGB 150 64 63 -
CMYK 0 0.57 0.58 0.41
HSL 0.69º 0.41% 0.42% -
HSV(B) 0.69º 0.58% 0.59% -
XYZ 15.31 10.51 5.92 -
YUV 89.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 150 64 63 0 0.57 0.58 0.41 0.69 0.41 0.42
Hex 96 40 3F 0 39 3A 29 1 29 2A
Octal 226 100 77 0 71 72 51 1 51 52
Binary 10010110 1000000 111111 0 111001 111010 101001 1 101001 101010

Color Harmonies of #96403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96403F

Black with #96403F

Text Example


Text Example

White with #96403F

Text Example


Text Example

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