#9A4241

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

Shades of Mexican Red #9A4241

Tints of Mexican Red #9A4241

Color information

#9A4241 (or 0x9A4241) is unknown color: approx Mexican Red. HEX triplet: 9A, 42 and 41. RGB value is (154,66,65). Sum of RGB (Red+Green+Blue) = 154+66+65=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4241 is #65BDBE. Grayscale: #5C5C5C. Windows color (decimal): -6667711 or 4276890. OLE color: 4276890.

HSL color Cylindrical-coordinate representation of color #9A4241: hue angle of 0.67º degrees, saturation: 0.41, 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 #9A4241 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1546665-
CMYK00.570.580.40
HSL0.67º40.64%42.94%-
HSV(B)0.67º57.79%60.39%-
XYZ16.2311.156.3-
YUV92.2112.65172.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.04%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=54.04%
G=23.16%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154666500.570.580.400.6740.6442.94
Hex9A42410393A281292b
Octal232102101071725015153
Binary100110101000010100000101110011110101010001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4241; }

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

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

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

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

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

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

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

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