#9D5152

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

Shades of Hippie Pink #9D5152

Tints of Hippie Pink #9D5152

Color information

#9D5152 (or 0x9D5152) is unknown color: approx Hippie Pink. HEX triplet: 9D, 51 and 52. RGB value is (157,81,82). Sum of RGB (Red+Green+Blue) = 157+81+82=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5152 is #62AEAD. Grayscale: #676767. Windows color (decimal): -6467246 or 5394845. OLE color: 5394845.

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

Color convert

RGB1578182-
CMYK00.480.480.38
HSL359.21º31.93%46.67%-
HSV(B)359.21º48.41%61.57%-
XYZ18.3713.669.65-
YUV103.84115.68165.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.06%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=49.06%
G=25.31%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157818200.480.480.38359.2131.9346.67
Hex9D51520303026167202f
Octal23512112206060465474057
Binary10011101101000110100100110000110000100110101100111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,82); }

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

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

 a { background-color: rgb(157,81,82); }

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

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

 span { border-color: rgb(157,81,82); }

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