#9f3e34

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

Shades of Mexican Red #9F3E34

Tints of Mexican Red #9F3E34

Color information

#9F3E34 (or 0x9F3E34) is unknown color: approx Mexican Red. HEX triplet: 9F, 3E and 34. RGB value is (159,62,52). Sum of RGB (Red+Green+Blue) = 159+62+52=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3E34 is #60C1CB. Grayscale: #5A5A5A. Windows color (decimal): -6341068 or 3423903. OLE color: 3423903.

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

Color convert

RGB1596252-
CMYK00.610.670.38
HSL5.61º50.71%41.37%-
HSV(B)5.61º67.3%62.35%-
XYZ16.6411.064.51-
YUV89.86106.64177.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.24%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=58.24%
G=22.71%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159625200.610.670.385.6150.7141.37
Hex9F3E3403D432663329
Octal23776640751034666351
Binary1001111111111011010001111011000011100110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f3e34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,62,52); }

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

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

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

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

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

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

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