Html Css Color HEX #96423F Mexican Red

📋 copy color: '#96423F'

red 150 ◦ green 66 ◦ blue 63

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

Shades of Mexican Red #96423F

Tints of Mexican Red #96423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 53.76%
G = 23.66%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96423F (or 0x96423F) is known color: Mexican Red. HEX triplet: 96, 42 and 3F. RGB value is (150,66,63). Sum of RGB (Red+Green+Blue) = 150+66+63=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96423F is #69BDC0. Grayscale: #5A5A5A. Windows color (decimal): -6929857 or 4145814. OLE color: 4145814.

HSL color Cylindrical-coordinate representation of color #96423F: hue angle of 2.07º 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 #96423F is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 66 63 -
CMYK 0 0.56 0.58 0.41
HSL 2.07º 0.41% 0.42% -
HSV(B) 2.07º 0.58% 0.59% -
XYZ 15.42 10.74 5.96 -
YUV 90.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 150 66 63 0 0.56 0.58 0.41 2.07 0.41 0.42
Hex 96 42 3F 0 38 3A 29 2 29 2A
Octal 226 102 77 0 70 72 51 2 51 52
Binary 10010110 1000010 111111 0 111000 111010 101001 10 101001 101010

Color Harmonies of #96423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96423F

Black with #96423F

Text Example


Text Example

White with #96423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96423F;
 }
 .AnyTagClassName
 {
   color: #96423F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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