#9F5052

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

Shades of Hippie Pink #9F5052

Tints of Hippie Pink #9F5052

Color information

#9F5052 (or 0x9F5052) is unknown color: approx Hippie Pink. HEX triplet: 9F, 50 and 52. RGB value is (159,80,82). Sum of RGB (Red+Green+Blue) = 159+80+82=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5052 is #60AFAD. Grayscale: #676767. Windows color (decimal): -6336430 or 5394591. OLE color: 5394591.

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

Color convert

RGB1598082-
CMYK00.500.480.38
HSL358.48º33.05%46.86%-
HSV(B)358.48º49.69%62.35%-
XYZ18.6913.729.65-
YUV103.85115.67167.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=49.53%
G=24.92%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159808200.500.480.38358.4833.0546.86
Hex9F50520323026166212f
Octal23712012206260465464157
Binary10011111101000010100100110010110000100110101100110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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