#9C4040

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

Shades of Mexican Red #9C4040

Tints of Mexican Red #9C4040

Color information

#9C4040 (or 0x9C4040) is unknown color: approx Mexican Red. HEX triplet: 9C, 40 and 40. RGB value is (156,64,64). Sum of RGB (Red+Green+Blue) = 156+64+64=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4040 is #63BFBF. Grayscale: #5B5B5B. Windows color (decimal): -6537152 or 4210844. OLE color: 4210844.

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

Color convert

RGB1566464-
CMYK00.590.590.39
HSL41.82%43.14%-
HSV(B)58.97%61.18%-
XYZ16.4711.16.13-
YUV91.51112.48174-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=54.93%
G=22.54%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156646400.590.590.39041.8243.14
Hex9C404003B3B2702a2b
Octal234100100073734705253
Binary100111001000000100000001110111110111001110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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