#944040

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

Shades of Mexican Red #944040

Tints of Mexican Red #944040

Color information

#944040 (or 0x944040) is unknown color: approx Mexican Red. HEX triplet: 94, 40 and 40. RGB value is (148,64,64). Sum of RGB (Red+Green+Blue) = 148+64+64=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #944040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944040 is #6BBFBF. Grayscale: #595959. Windows color (decimal): -7061440 or 4210836. OLE color: 4210836.

HSL color Cylindrical-coordinate representation of color #944040: hue angle of 0º 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 #944040 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1486464-
CMYK00.570.570.42
HSL39.62%41.57%-
HSV(B)56.76%58.04%-
XYZ14.9710.336.06-
YUV89.12113.83170-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.62%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=53.62%
G=23.19%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148646400.570.570.42039.6241.57
Hex944040039392A0282a
Octal224100100071715205052
Binary100101001000000100000001110011110011010100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944040; }

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

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

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

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

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

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

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

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