#9F5051

Color #9F5051 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #9F5051

Tints of Hippie Pink #9F5051

Color information

#9F5051 (or 0x9F5051) is unknown color: approx Hippie Pink. HEX triplet: 9F, 50 and 51. RGB value is (159,80,81). Sum of RGB (Red+Green+Blue) = 159+80+81=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5051 is #60AFAE. Grayscale: #676767. Windows color (decimal): -6336431 or 5329055. OLE color: 5329055.

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

Color convert

RGB1598081-
CMYK00.500.490.38
HSL359.24º33.05%46.86%-
HSV(B)359.24º49.69%62.35%-
XYZ18.6513.79.45-
YUV103.73115.17167.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.69%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 25.31%
R=49.69%
G=25%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159808100.500.490.38359.2433.0546.86
Hex9F50510323126167212f
Octal23712012106261465474157
Binary10011111101000010100010110010110001100110101100111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,80,81); }

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

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

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

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

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

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

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