#964241

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

Shades of Mexican Red #964241

Tints of Mexican Red #964241

Color information

#964241 (or 0x964241) is unknown color: approx Mexican Red. HEX triplet: 96, 42 and 41. RGB value is (150,66,65). Sum of RGB (Red+Green+Blue) = 150+66+65=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #964241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964241 is #69BDBE. Grayscale: #5B5B5B. Windows color (decimal): -6929855 or 4276886. OLE color: 4276886.

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

Color convert

RGB1506665-
CMYK00.560.570.41
HSL0.71º39.53%42.16%-
HSV(B)0.71º56.67%58.82%-
XYZ15.4810.766.26-
YUV91113.33170.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 65 (25.78% from 255) = 23.13%
R=53.38%
G=23.49%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150666500.560.570.410.7139.5342.16
Hex96424103839291282a
Octal226102101070715115052
Binary100101101000010100000101110001110011010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964241; }

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

 H1.HeaderClassName
 {
   color: #964241;
 }
 .AnyTagClassName
 {
   color: #964241;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #964241;
 }
 .BgClassName
 {
   background-color: #964241;
 }
</style>
border-color css

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

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

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