#9F3E35

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

Shades of Mexican Red #9F3E35

Tints of Mexican Red #9F3E35

Color information

#9F3E35 (or 0x9F3E35) is unknown color: approx Mexican Red. HEX triplet: 9F, 3E and 35. RGB value is (159,62,53). Sum of RGB (Red+Green+Blue) = 159+62+53=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3E35 is #60C1CA. Grayscale: #5A5A5A. Windows color (decimal): -6341067 or 3489439. OLE color: 3489439.

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

Color convert

RGB1596253-
CMYK00.610.670.38
HSL5.09º50%41.57%-
HSV(B)5.09º66.67%62.35%-
XYZ16.6611.074.63-
YUV89.98107.14177.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.03%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 53 (21.09% from 255) = 19.34%
R=58.03%
G=22.63%
B=19.34%

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
Decimal159625300.610.670.385.095041.57
Hex9F3E3503D43265322a
Octal23776650751034656252
Binary1001111111111011010101111011000011100110101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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