Html Css Color HEX #9F5859 Hippie Pink

📋 copy color: '#9F5859'

red 159 ◦ green 88 ◦ blue 89

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

Shades of Hippie Pink #9F5859

Tints of Hippie Pink #9F5859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 47.32%
G = 26.19%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F5859 (or 0x9F5859) is known color: Hippie Pink. HEX triplet: 9F, 58 and 59. RGB value is (159,88,89). Sum of RGB (Red+Green+Blue) = 159+88+89=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5859 is #60A7A6. Grayscale: #6D6D6D. Windows color (decimal): -6334375 or 5855391. OLE color: 5855391.

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

Color convert

RGB 159 88 89 -
CMYK 0 0.45 0.44 0.38
HSL 359.15º 0.29% 0.48% -
HSV(B) 359.15º 0.45% 0.62% -
XYZ 19.59 15.07 11.33 -
YUV 109.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 159 88 89 0 0.45 0.44 0.38 359.15 0.29 0.48
Hex 9F 58 59 0 2D 2C 26 167 1D 30
Octal 237 130 131 0 55 54 46 547 35 60
Binary 10011111 1011000 1011001 0 101101 101100 100110 101100111 11101 110000

Color Harmonies of #9F5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5859

Black with #9F5859

Text Example


Text Example

White with #9F5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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