#9F5357

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

Shades of Hippie Pink #9F5357

Tints of Hippie Pink #9F5357

Color information

#9F5357 (or 0x9F5357) is unknown color: approx Hippie Pink. HEX triplet: 9F, 53 and 57. RGB value is (159,83,87). Sum of RGB (Red+Green+Blue) = 159+83+87=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5357 is #60ACA8. Grayscale: #6A6A6A. Windows color (decimal): -6335657 or 5723039. OLE color: 5723039.

HSL color Cylindrical-coordinate representation of color #9F5357: hue angle of 356.84º 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 #9F5357 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1598387-
CMYK00.480.450.38
HSL356.84º31.4%47.45%-
HSV(B)356.84º47.8%62.35%-
XYZ19.1114.2510.76-
YUV106.18117.18165.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=48.33%
G=25.23%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159838700.480.450.38356.8431.447.45
Hex9F53570302D261651f2f
Octal23712312706055465453757
Binary1001111110100111010111011000010110110011010110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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