#9F5153

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

Shades of Hippie Pink #9F5153

Tints of Hippie Pink #9F5153

Color information

#9F5153 (or 0x9F5153) is unknown color: approx Hippie Pink. HEX triplet: 9F, 51 and 53. RGB value is (159,81,83). Sum of RGB (Red+Green+Blue) = 159+81+83=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5153 is #60AEAC. Grayscale: #686868. Windows color (decimal): -6336173 or 5460383. OLE color: 5460383.

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

Color convert

RGB1598183-
CMYK00.490.480.38
HSL358.46º32.5%47.06%-
HSV(B)358.46º49.06%62.35%-
XYZ18.813.889.87-
YUV104.55115.84166.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=49.23%
G=25.08%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159818300.490.480.38358.4632.547.06
Hex9F51530313026166202f
Octal23712112306160465464057
Binary10011111101000110100110110001110000100110101100110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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