Html Css Color HEX #964241 Mexican Red

📋 copy color: '#964241'

red 150 ◦ green 66 ◦ blue 65

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

Shades of Mexican Red #964241

Tints of Mexican Red #964241

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 value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#964241 (or 0x964241) is known color: 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

RGB 150 66 65 -
CMYK 0 0.56 0.57 0.41
HSL 0.71º 0.4% 0.42% -
HSV(B) 0.71º 0.57% 0.59% -
XYZ 15.48 10.76 6.26 -
YUV 91 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 150 66 65 0 0.56 0.57 0.41 0.71 0.4 0.42
Hex 96 42 41 0 38 39 29 1 28 2A
Octal 226 102 101 0 70 71 51 1 50 52
Binary 10010110 1000010 1000001 0 111000 111001 101001 1 101000 101010

Color Harmonies of #964241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964241

Black with #964241

Text Example


Text Example

White with #964241

Text Example


Text Example

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