#9D5359

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

Shades of Hippie Pink #9D5359

Tints of Hippie Pink #9D5359

Color information

#9D5359 (or 0x9D5359) is unknown color: approx Hippie Pink. HEX triplet: 9D, 53 and 59. RGB value is (157,83,89). Sum of RGB (Red+Green+Blue) = 157+83+89=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5359 is #62ACA6. Grayscale: #696969. Windows color (decimal): -6466727 or 5854109. OLE color: 5854109.

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

Color convert

RGB1578389-
CMYK00.470.430.38
HSL355.14º30.83%47.06%-
HSV(B)355.14º47.13%61.57%-
XYZ18.814.0811.18-
YUV105.81118.52164.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.72%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=47.72%
G=25.23%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157838900.470.430.38355.1430.8347.06
Hex9D535902F2B261631f2f
Octal23512313105753465433757
Binary1001110110100111011001010111110101110011010110001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,83,89); }

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

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

 a { background-color: rgb(157,83,89); }

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

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

 span { border-color: rgb(157,83,89); }

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