#9F3C3C

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

Shades of Mexican Red #9F3C3C

Tints of Mexican Red #9F3C3C

Color information

#9F3C3C (or 0x9F3C3C) is unknown color: approx Mexican Red. HEX triplet: 9F, 3C and 3C. RGB value is (159,60,60). Sum of RGB (Red+Green+Blue) = 159+60+60=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3C3C is #60C3C3. Grayscale: #595959. Windows color (decimal): -6341572 or 3947679. OLE color: 3947679.

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

Color convert

RGB1596060-
CMYK00.620.620.38
HSL45.21%42.94%-
HSV(B)62.26%62.35%-
XYZ16.7310.935.5-
YUV89.6111.3177.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.99%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=56.99%
G=21.51%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159606000.620.620.38045.2142.94
Hex9F3C3C03E3E2602d2b
Octal2377474076764605553
Binary1001111111110011110001111101111101001100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,60); }

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

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

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

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

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

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

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