#944242

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

Shades of Mexican Red #944242

Tints of Mexican Red #944242

Color information

#944242 (or 0x944242) is unknown color: approx Mexican Red. HEX triplet: 94, 42 and 42. RGB value is (148,66,66). Sum of RGB (Red+Green+Blue) = 148+66+66=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #944242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944242 is #6BBDBD. Grayscale: #5A5A5A. Windows color (decimal): -7060926 or 4342420. OLE color: 4342420.

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

Color convert

RGB1486666-
CMYK00.550.550.42
HSL38.32%41.96%-
HSV(B)55.41%58.04%-
XYZ15.1410.596.4-
YUV90.52114.17169-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.86%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=52.86%
G=23.57%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148666600.550.550.42038.3241.96
Hex944242037372A0262a
Octal224102102067675204652
Binary100101001000010100001001101111101111010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944242; }

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

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

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

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

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

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

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

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