Html Css Color HEX #9F4D59 Hippie Pink

📋 copy color: '#9F4D59'

red 159 ◦ green 77 ◦ blue 89

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

Shades of Hippie Pink #9F4D59

Tints of Hippie Pink #9F4D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

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

R = 48.92%
G = 23.69%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9F4D59 (or 0x9F4D59) is known color: Hippie Pink. HEX triplet: 9F, 4D and 59. RGB value is (159,77,89). Sum of RGB (Red+Green+Blue) = 159+77+89=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4D59 is #60B2A6. Grayscale: #666666. Windows color (decimal): -6337191 or 5852575. OLE color: 5852575.

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

Color convert

RGB 159 77 89 -
CMYK 0 0.52 0.44 0.38
HSL 351.22º 0.35% 0.46% -
HSV(B) 351.22º 0.52% 0.62% -
XYZ 18.76 13.4 11.05 -
YUV 102.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 159 77 89 0 0.52 0.44 0.38 351.22 0.35 0.46
Hex 9F 4D 59 0 34 2C 26 15F 23 2E
Octal 237 115 131 0 64 54 46 537 43 56
Binary 10011111 1001101 1011001 0 110100 101100 100110 101011111 100011 101110

Color Harmonies of #9F4D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4D59

Black with #9F4D59

Text Example


Text Example

White with #9F4D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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