#9F5359

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

Shades of Hippie Pink #9F5359

Tints of Hippie Pink #9F5359

Color information

#9F5359 (or 0x9F5359) is unknown color: approx Hippie Pink. HEX triplet: 9F, 53 and 59. RGB value is (159,83,89). Sum of RGB (Red+Green+Blue) = 159+83+89=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5359 is #60ACA6. Grayscale: #6A6A6A. Windows color (decimal): -6335655 or 5854111. OLE color: 5854111.

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

Color convert

RGB1598389-
CMYK00.480.440.38
HSL355.26º31.4%47.45%-
HSV(B)355.26º47.8%62.35%-
XYZ19.1914.2811.2-
YUV106.41118.18165.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=48.04%
G=25.08%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159838900.480.440.38355.2631.447.45
Hex9F53590302C261631f2f
Octal23712313106054465433757
Binary1001111110100111011001011000010110010011010110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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