#9F525B

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

Shades of Hippie Pink #9F525B

Tints of Hippie Pink #9F525B

Color information

#9F525B (or 0x9F525B) is unknown color: approx Hippie Pink. HEX triplet: 9F, 52 and 5B. RGB value is (159,82,91). Sum of RGB (Red+Green+Blue) = 159+82+91=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F525B is #60ADA4. Grayscale: #6A6A6A. Windows color (decimal): -6335909 or 5984927. OLE color: 5984927.

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

Color convert

RGB1598291-
CMYK00.480.430.38
HSL352.99º31.95%47.25%-
HSV(B)352.99º48.43%62.35%-
XYZ19.214.1611.62-
YUV106.05119.51165.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=47.89%
G=24.70%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159829100.480.430.38352.9931.9547.25
Hex9F525B0302B26161202f
Octal23712213306053465414057
Binary10011111101001010110110110000101011100110101100001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,82,91); }

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

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

 a { background-color: rgb(159,82,91); }

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

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

 span { border-color: rgb(159,82,91); }

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