Html Css Color HEX #964444 Mexican Red

📋 copy color: '#964444'

red 150 ◦ green 68 ◦ blue 68

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

Shades of Mexican Red #964444

Tints of Mexican Red #964444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 52.45%
G = 23.78%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#964444 (or 0x964444) is known color: Mexican Red. HEX triplet: 96, 44 and 44. RGB value is (150,68,68). Sum of RGB (Red+Green+Blue) = 150+68+68=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #964444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964444 is #69BBBB. Grayscale: #5C5C5C. Windows color (decimal): -6929340 or 4474006. OLE color: 4474006.

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

Color convert

RGB 150 68 68 -
CMYK 0 0.55 0.55 0.41
HSL 0.38% 0.43% -
HSV(B) 0.55% 0.59% -
XYZ 15.69 11.04 6.77 -
YUV 92.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 150 68 68 0 0.55 0.55 0.41 0 0.38 0.43
Hex 96 44 44 0 37 37 29 0 26 2B
Octal 226 104 104 0 67 67 51 0 46 53
Binary 10010110 1000100 1000100 0 110111 110111 101001 0 100110 101011

Color Harmonies of #964444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964444

Black with #964444

Text Example


Text Example

White with #964444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964444; }

 p { color: rgb(150,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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