Html Css Color HEX #9B5355 Hippie Pink

📋 copy color: '#9B5355'

red 155 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #9B5355

Tints of Hippie Pink #9B5355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 47.99%
G = 25.7%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B5355 (or 0x9B5355) is known color: Hippie Pink. HEX triplet: 9B, 53 and 55. RGB value is (155,83,85). Sum of RGB (Red+Green+Blue) = 155+83+85=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5355 is #64ACAA. Grayscale: #686868. Windows color (decimal): -6597803 or 5591963. OLE color: 5591963.

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

Color convert

RGB 155 83 85 -
CMYK 0 0.46 0.45 0.39
HSL 358.33º 0.3% 0.47% -
HSV(B) 358.33º 0.46% 0.61% -
XYZ 18.25 13.81 10.3 -
YUV 104.76 116.85 163.84 -
System Red Green Blue C M Y K H S L
Decimal 155 83 85 0 0.46 0.45 0.39 358.33 0.3 0.47
Hex 9B 53 55 0 2E 2D 27 166 1E 2F
Octal 233 123 125 0 56 55 47 546 36 57
Binary 10011011 1010011 1010101 0 101110 101101 100111 101100110 11110 101111

Color Harmonies of #9B5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5355

Black with #9B5355

Text Example


Text Example

White with #9B5355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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