#9F5859

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

Shades of Hippie Pink #9F5859

Tints of Hippie Pink #9F5859

Color information

#9F5859 (or 0x9F5859) is unknown color: approx Hippie Pink. HEX triplet: 9F, 58 and 59. RGB value is (159,88,89). Sum of RGB (Red+Green+Blue) = 159+88+89=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5859 is #60A7A6. Grayscale: #6D6D6D. Windows color (decimal): -6334375 or 5855391. OLE color: 5855391.

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

Color convert

RGB1598889-
CMYK00.450.440.38
HSL359.15º28.74%48.43%-
HSV(B)359.15º44.65%62.35%-
XYZ19.5915.0711.33-
YUV109.34116.52163.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=47.32%
G=26.19%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159888900.450.440.38359.1528.7448.43
Hex9F585902D2C261671d30
Octal23713013105554465473560
Binary1001111110110001011001010110110110010011010110011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,88,89); }

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

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

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

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

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

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

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