Html Css Color HEX #9F4E51 Hippie Pink

📋 copy color: '#9F4E51'

red 159 ◦ green 78 ◦ blue 81

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

Shades of Hippie Pink #9F4E51

Tints of Hippie Pink #9F4E51

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.53%

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

R = 50%
G = 24.53%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9F4E51 (or 0x9F4E51) is known color: Hippie Pink. HEX triplet: 9F, 4E and 51. RGB value is (159,78,81). Sum of RGB (Red+Green+Blue) = 159+78+81=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E51 is #60B1AE. Grayscale: #666666. Windows color (decimal): -6336943 or 5328543. OLE color: 5328543.

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

Color convert

RGB 159 78 81 -
CMYK 0 0.51 0.49 0.38
HSL 357.78º 0.34% 0.46% -
HSV(B) 357.78º 0.51% 0.62% -
XYZ 18.51 13.41 9.4 -
YUV 102.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 159 78 81 0 0.51 0.49 0.38 357.78 0.34 0.46
Hex 9F 4E 51 0 33 31 26 166 22 2E
Octal 237 116 121 0 63 61 46 546 42 56
Binary 10011111 1001110 1010001 0 110011 110001 100110 101100110 100010 101110

Color Harmonies of #9F4E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4E51

Black with #9F4E51

Text Example


Text Example

White with #9F4E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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