Html Css Color HEX #9F4F57 Hippie Pink

📋 copy color: '#9F4F57'

red 159 ◦ green 79 ◦ blue 87

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

Shades of Hippie Pink #9F4F57

Tints of Hippie Pink #9F4F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.31%

 BLUE value IS 87 (34.38% from 255) = 26.77%

R = 48.92%
G = 24.31%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F4F57 (or 0x9F4F57) is known color: Hippie Pink. HEX triplet: 9F, 4F and 57. RGB value is (159,79,87). Sum of RGB (Red+Green+Blue) = 159+79+87=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4F57 is #60B0A8. Grayscale: #676767. Windows color (decimal): -6336681 or 5722015. OLE color: 5722015.

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

Color convert

RGB 159 79 87 -
CMYK 0 0.50 0.45 0.38
HSL 354º 0.34% 0.47% -
HSV(B) 354º 0.5% 0.62% -
XYZ 18.81 13.65 10.66 -
YUV 103.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 159 79 87 0 0.50 0.45 0.38 354 0.34 0.47
Hex 9F 4F 57 0 32 2D 26 162 22 2F
Octal 237 117 127 0 62 55 46 542 42 57
Binary 10011111 1001111 1010111 0 110010 101101 100110 101100010 100010 101111

Color Harmonies of #9F4F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4F57

Black with #9F4F57

Text Example


Text Example

White with #9F4F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,79,87); }

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

background-color css

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

 a { background-color: rgb(159,79,87); }

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

border-color css

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

 span { border-color: rgb(159,79,87); }

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