Html Css Color HEX #96403D Mexican Red

📋 copy color: '#96403D'

red 150 ◦ green 64 ◦ blue 61

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

Shades of Mexican Red #96403D

Tints of Mexican Red #96403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 54.55%
G = 23.27%
B = 22.18%

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

#96403D (or 0x96403D) is known color: Mexican Red. HEX triplet: 96, 40 and 3D. RGB value is (150,64,61). Sum of RGB (Red+Green+Blue) = 150+64+61=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96403D is #69BFC2. Grayscale: #595959. Windows color (decimal): -6930371 or 4014230. OLE color: 4014230.

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

Color convert

RGB 150 64 61 -
CMYK 0 0.57 0.59 0.41
HSL 2.02º 0.42% 0.41% -
HSV(B) 2.02º 0.59% 0.59% -
XYZ 15.25 10.49 5.64 -
YUV 89.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 150 64 61 0 0.57 0.59 0.41 2.02 0.42 0.41
Hex 96 40 3D 0 39 3B 29 2 2A 29
Octal 226 100 75 0 71 73 51 2 52 51
Binary 10010110 1000000 111101 0 111001 111011 101001 10 101010 101001

Color Harmonies of #96403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96403D

Black with #96403D

Text Example


Text Example

White with #96403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96403D;
 }
 .AnyTagClassName
 {
   color: #96403D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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