Html Css Color HEX #9F585B Hippie Pink

📋 copy color: '#9F585B'

red 159 ◦ green 88 ◦ blue 91

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

Shades of Hippie Pink #9F585B

Tints of Hippie Pink #9F585B

RGB

 RED value IS 159 (62.5% from 255) = 47.04%

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 47.04%
G = 26.04%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F585B (or 0x9F585B) is known color: Hippie Pink. HEX triplet: 9F, 58 and 5B. RGB value is (159,88,91). Sum of RGB (Red+Green+Blue) = 159+88+91=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F585B is #60A7A4. Grayscale: #6D6D6D. Windows color (decimal): -6334373 or 5986463. OLE color: 5986463.

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

Color convert

RGB 159 88 91 -
CMYK 0 0.45 0.43 0.38
HSL 357.46º 0.29% 0.48% -
HSV(B) 357.46º 0.45% 0.62% -
XYZ 19.68 15.11 11.78 -
YUV 109.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 159 88 91 0 0.45 0.43 0.38 357.46 0.29 0.48
Hex 9F 58 5B 0 2D 2B 26 165 1D 30
Octal 237 130 133 0 55 53 46 545 35 60
Binary 10011111 1011000 1011011 0 101101 101011 100110 101100101 11101 110000

Color Harmonies of #9F585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F585B

Black with #9F585B

Text Example


Text Example

White with #9F585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,91); }

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

background-color css

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

 a { background-color: rgb(159,88,91); }

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

border-color css

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

 span { border-color: rgb(159,88,91); }

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