#9C413C

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

Shades of Mexican Red #9C413C

Tints of Mexican Red #9C413C

Color information

#9C413C (or 0x9C413C) is unknown color: approx Mexican Red. HEX triplet: 9C, 41 and 3C. RGB value is (156,65,60). Sum of RGB (Red+Green+Blue) = 156+65+60=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C413C is #63BEC3. Grayscale: #5B5B5B. Windows color (decimal): -6536900 or 3948956. OLE color: 3948956.

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

Color convert

RGB1566560-
CMYK00.580.620.39
HSL3.13º44.44%42.35%-
HSV(B)3.13º61.54%61.18%-
XYZ16.4211.175.57-
YUV91.64110.15173.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=55.52%
G=23.13%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156656000.580.620.393.1344.4442.35
Hex9C413C03A3E2732c2a
Octal23410174072764735452
Binary100111001000001111100011101011111010011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,65,60); }

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

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

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

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

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

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

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