Html Css Color HEX #944140 Mexican Red

📋 copy color: '#944140'

red 148 ◦ green 65 ◦ blue 64

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

Shades of Mexican Red #944140

Tints of Mexican Red #944140

RGB

 RED value IS 148 (58.2% from 255) = 53.43%

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 53.43%
G = 23.47%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#944140 (or 0x944140) is known color: Mexican Red. HEX triplet: 94, 41 and 40. RGB value is (148,65,64). Sum of RGB (Red+Green+Blue) = 148+65+64=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #944140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944140 is #6BBEBF. Grayscale: #595959. Windows color (decimal): -7061184 or 4211092. OLE color: 4211092.

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

Color convert

RGB 148 65 64 -
CMYK 0 0.56 0.57 0.42
HSL 0.71º 0.4% 0.42% -
HSV(B) 0.71º 0.57% 0.58% -
XYZ 15.03 10.45 6.07 -
YUV 89.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 148 65 64 0 0.56 0.57 0.42 0.71 0.4 0.42
Hex 94 41 40 0 38 39 2A 1 28 2A
Octal 224 101 100 0 70 71 52 1 50 52
Binary 10010100 1000001 1000000 0 111000 111001 101010 1 101000 101010

Color Harmonies of #944140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944140

Black with #944140

Text Example


Text Example

White with #944140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944140; }

 p { color: rgb(148,65,64); }

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

background-color css

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

 a { background-color: rgb(148,65,64); }

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

border-color css

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

 span { border-color: rgb(148,65,64); }

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