#9B4F53

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

Shades of Hippie Pink #9B4F53

Tints of Hippie Pink #9B4F53

Color information

#9B4F53 (or 0x9B4F53) is unknown color: approx Hippie Pink. HEX triplet: 9B, 4F and 53. RGB value is (155,79,83). Sum of RGB (Red+Green+Blue) = 155+79+83=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F53 is #64B0AC. Grayscale: #666666. Windows color (decimal): -6598829 or 5459867. OLE color: 5459867.

HSL color Cylindrical-coordinate representation of color #9B4F53: hue angle of 356.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B4F53 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1557983-
CMYK00.490.460.39
HSL356.84º32.48%45.88%-
HSV(B)356.84º49.03%60.78%-
XYZ17.8713.199.79-
YUV102.18117.18165.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=48.90%
G=24.92%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155798300.490.460.39356.8432.4845.88
Hex9B4F530312E27165202e
Octal23311712306156475454056
Binary10011011100111110100110110001101110100111101100101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,79,83); }

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

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

 a { background-color: rgb(155,79,83); }

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

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

 span { border-color: rgb(155,79,83); }

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