#994242

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

Shades of Mexican Red #994242

Tints of Mexican Red #994242

Color information

#994242 (or 0x994242) is unknown color: approx Mexican Red. HEX triplet: 99, 42 and 42. RGB value is (153,66,66). Sum of RGB (Red+Green+Blue) = 153+66+66=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #994242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994242 is #66BDBD. Grayscale: #5C5C5C. Windows color (decimal): -6733246 or 4342425. OLE color: 4342425.

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

Color convert

RGB1536666-
CMYK00.570.570.4
HSL39.73%42.94%-
HSV(B)56.86%60%-
XYZ16.0711.066.44-
YUV92.01113.32171.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.68%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=53.68%
G=23.16%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153666600.570.570.4039.7342.94
Hex99424203939280282b
Octal231102102071715005053
Binary100110011000010100001001110011110011010000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994242; }

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

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

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

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

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

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

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

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