#944140

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

Shades of Mexican Red #944140

Tints of Mexican Red #944140

Color information

#944140 (or 0x944140) is unknown color: approx 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

RGB1486564-
CMYK00.560.570.42
HSL0.71º39.62%41.57%-
HSV(B)0.71º56.76%58.04%-
XYZ15.0310.456.07-
YUV89.7113.5169.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=53.43%
G=23.47%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148656400.560.570.420.7139.6241.57
Hex944140038392A1282a
Octal224101100070715215052
Binary100101001000001100000001110001110011010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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