Html Css Color HEX #9F595B Hippie Pink

📋 copy color: '#9F595B'

red 159 ◦ green 89 ◦ blue 91

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

Shades of Hippie Pink #9F595B

Tints of Hippie Pink #9F595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

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

R = 46.9%
G = 26.25%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F595B (or 0x9F595B) is known color: Hippie Pink. HEX triplet: 9F, 59 and 5B. RGB value is (159,89,91). Sum of RGB (Red+Green+Blue) = 159+89+91=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F595B is #60A6A4. Grayscale: #6E6E6E. Windows color (decimal): -6334117 or 5986719. OLE color: 5986719.

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

Color convert

RGB 159 89 91 -
CMYK 0 0.44 0.43 0.38
HSL 358.29º 0.28% 0.49% -
HSV(B) 358.29º 0.44% 0.62% -
XYZ 19.76 15.27 11.8 -
YUV 110.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 159 89 91 0 0.44 0.43 0.38 358.29 0.28 0.49
Hex 9F 59 5B 0 2C 2B 26 166 1C 31
Octal 237 131 133 0 54 53 46 546 34 61
Binary 10011111 1011001 1011011 0 101100 101011 100110 101100110 11100 110001

Color Harmonies of #9F595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F595B

Black with #9F595B

Text Example


Text Example

White with #9F595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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