Html Css Color HEX #9F5051 Hippie Pink

📋 copy color: '#9F5051'

red 159 ◦ green 80 ◦ blue 81

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

Shades of Hippie Pink #9F5051

Tints of Hippie Pink #9F5051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

 BLUE value IS 81 (32.03% from 255) = 25.31%

R = 49.69%
G = 25%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F5051 (or 0x9F5051) is known color: Hippie Pink. HEX triplet: 9F, 50 and 51. RGB value is (159,80,81). Sum of RGB (Red+Green+Blue) = 159+80+81=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5051 is #60AFAE. Grayscale: #676767. Windows color (decimal): -6336431 or 5329055. OLE color: 5329055.

HSL color Cylindrical-coordinate representation of color #9F5051: hue angle of 359.24º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5051 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 81 -
CMYK 0 0.50 0.49 0.38
HSL 359.24º 0.33% 0.47% -
HSV(B) 359.24º 0.5% 0.62% -
XYZ 18.65 13.7 9.45 -
YUV 103.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 159 80 81 0 0.50 0.49 0.38 359.24 0.33 0.47
Hex 9F 50 51 0 32 31 26 167 21 2F
Octal 237 120 121 0 62 61 46 547 41 57
Binary 10011111 1010000 1010001 0 110010 110001 100110 101100111 100001 101111

Color Harmonies of #9F5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5051

Black with #9F5051

Text Example


Text Example

White with #9F5051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,81); }

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

background-color css

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

 a { background-color: rgb(159,80,81); }

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

border-color css

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

 span { border-color: rgb(159,80,81); }

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