#994241

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

Shades of Mexican Red #994241

Tints of Mexican Red #994241

Color information

#994241 (or 0x994241) is unknown color: approx Mexican Red. HEX triplet: 99, 42 and 41. RGB value is (153,66,65). Sum of RGB (Red+Green+Blue) = 153+66+65=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #994241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994241 is #66BDBE. Grayscale: #5B5B5B. Windows color (decimal): -6733247 or 4276889. OLE color: 4276889.

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

Color convert

RGB1536665-
CMYK00.570.580.4
HSL0.68º40.37%42.75%-
HSV(B)0.68º57.52%60%-
XYZ16.0411.056.29-
YUV91.9112.82171.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.87%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=53.87%
G=23.24%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153666500.570.580.40.6840.3742.75
Hex9942410393A281282b
Octal231102101071725015053
Binary100110011000010100000101110011110101010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994241; }

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

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

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

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

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

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

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

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