Html Css Color HEX #9B4C55 Hippie Pink

📋 copy color: '#9B4C55'

red 155 ◦ green 76 ◦ blue 85

#9B4C55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #9B4C55

Tints of Hippie Pink #9B4C55

RGB

 RED value IS 155 (60.94% from 255) = 49.05%

 GREEN value IS 76 (30.08% from 255) = 24.05%

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 49.05%
G = 24.05%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B4C55 (or 0x9B4C55) is known color: Hippie Pink. HEX triplet: 9B, 4C and 55. RGB value is (155,76,85). Sum of RGB (Red+Green+Blue) = 155+76+85=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4C55 is #64B3AA. Grayscale: #646464. Windows color (decimal): -6599595 or 5590171. OLE color: 5590171.

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

Color convert

RGB 155 76 85 -
CMYK 0 0.51 0.45 0.39
HSL 353.16º 0.34% 0.45% -
HSV(B) 353.16º 0.51% 0.61% -
XYZ 17.74 12.79 10.13 -
YUV 100.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 155 76 85 0 0.51 0.45 0.39 353.16 0.34 0.45
Hex 9B 4C 55 0 33 2D 27 161 22 2D
Octal 233 114 125 0 63 55 47 541 42 55
Binary 10011011 1001100 1010101 0 110011 101101 100111 101100001 100010 101101

Color Harmonies of #9B4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4C55

Black with #9B4C55

Text Example


Text Example

White with #9B4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,76,85); }

 H1.HeaderClassName
 {
   color: #9B4C55;
 }
 .AnyTagClassName
 {
   color: #9B4C55;
 }
</style>

background-color css

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

 a { background-color: rgb(155,76,85); }

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

border-color css

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

 span { border-color: rgb(155,76,85); }

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