#96423F

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

Shades of Mexican Red #96423F

Tints of Mexican Red #96423F

Color information

#96423F (or 0x96423F) is unknown color: approx 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

RGB1506663-
CMYK00.560.580.41
HSL2.07º40.85%41.76%-
HSV(B)2.07º58%58.82%-
XYZ15.4210.745.96-
YUV90.77112.33170.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150666300.560.580.412.0740.8541.76
Hex96423F0383A292292a
Octal22610277070725125152
Binary100101101000010111111011100011101010100110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>