Html Css Color HEX #9F575B Hippie Pink

📋 copy color: '#9F575B'

red 159 ◦ green 87 ◦ blue 91

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

Shades of Hippie Pink #9F575B

Tints of Hippie Pink #9F575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

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

R = 47.18%
G = 25.82%
B = 27%

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

#9F575B (or 0x9F575B) is known color: Hippie Pink. HEX triplet: 9F, 57 and 5B. RGB value is (159,87,91). Sum of RGB (Red+Green+Blue) = 159+87+91=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F575B is #60A8A4. Grayscale: #6D6D6D. Windows color (decimal): -6334629 or 5986207. OLE color: 5986207.

HSL color Cylindrical-coordinate representation of color #9F575B: hue angle of 356.67º 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 #9F575B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 87 91 -
CMYK 0 0.45 0.43 0.38
HSL 356.67º 0.29% 0.48% -
HSV(B) 356.67º 0.45% 0.62% -
XYZ 19.59 14.94 11.75 -
YUV 108.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 159 87 91 0 0.45 0.43 0.38 356.67 0.29 0.48
Hex 9F 57 5B 0 2D 2B 26 165 1D 30
Octal 237 127 133 0 55 53 46 545 35 60
Binary 10011111 1010111 1011011 0 101101 101011 100110 101100101 11101 110000

Color Harmonies of #9F575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F575B

Black with #9F575B

Text Example


Text Example

White with #9F575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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