Html Css Color HEX #9F585A Hippie Pink

📋 copy color: '#9F585A'

red 159 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #9F585A

Tints of Hippie Pink #9F585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 47.18%
G = 26.11%
B = 26.71%

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

#9F585A (or 0x9F585A) is known color: Hippie Pink. HEX triplet: 9F, 58 and 5A. RGB value is (159,88,90). Sum of RGB (Red+Green+Blue) = 159+88+90=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F585A is #60A7A5. Grayscale: #6D6D6D. Windows color (decimal): -6334374 or 5920927. OLE color: 5920927.

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

Color convert

RGB 159 88 90 -
CMYK 0 0.45 0.43 0.38
HSL 358.31º 0.29% 0.48% -
HSV(B) 358.31º 0.45% 0.62% -
XYZ 19.63 15.09 11.55 -
YUV 109.46 117.02 163.34 -
System Red Green Blue C M Y K H S L
Decimal 159 88 90 0 0.45 0.43 0.38 358.31 0.29 0.48
Hex 9F 58 5A 0 2D 2B 26 166 1D 30
Octal 237 130 132 0 55 53 46 546 35 60
Binary 10011111 1011000 1011010 0 101101 101011 100110 101100110 11101 110000

Color Harmonies of #9F585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F585A

Black with #9F585A

Text Example


Text Example

White with #9F585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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