#9F3F37

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

Shades of Mexican Red #9F3F37

Tints of Mexican Red #9F3F37

Color information

#9F3F37 (or 0x9F3F37) is unknown color: approx Mexican Red. HEX triplet: 9F, 3F and 37. RGB value is (159,63,55). Sum of RGB (Red+Green+Blue) = 159+63+55=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3F37 is #60C0C8. Grayscale: #5A5A5A. Windows color (decimal): -6340809 or 3620767. OLE color: 3620767.

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

Color convert

RGB1596355-
CMYK00.600.650.38
HSL4.62º48.6%41.96%-
HSV(B)4.62º65.41%62.35%-
XYZ16.7711.24.89-
YUV90.79107.8176.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.40%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 55 (21.88% from 255) = 19.86%
R=57.40%
G=22.74%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159635500.600.650.384.6248.641.96
Hex9F3F3703C41265312a
Octal23777670741014656152
Binary1001111111111111011101111001000001100110101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,63,55); }

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

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

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

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

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

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

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