Html Css Color HEX #9F4A55 Hippie Pink

📋 copy color: '#9F4A55'

red 159 ◦ green 74 ◦ blue 85

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

Shades of Hippie Pink #9F4A55

Tints of Hippie Pink #9F4A55

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 50%
G = 23.27%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9F4A55 (or 0x9F4A55) is known color: Hippie Pink. HEX triplet: 9F, 4A and 55. RGB value is (159,74,85). Sum of RGB (Red+Green+Blue) = 159+74+85=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4A55 is #60B5AA. Grayscale: #646464. Windows color (decimal): -6337963 or 5589663. OLE color: 5589663.

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

Color convert

RGB 159 74 85 -
CMYK 0 0.53 0.47 0.38
HSL 352.24º 0.36% 0.46% -
HSV(B) 352.24º 0.53% 0.62% -
XYZ 18.39 12.92 10.12 -
YUV 100.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 159 74 85 0 0.53 0.47 0.38 352.24 0.36 0.46
Hex 9F 4A 55 0 35 2F 26 160 24 2E
Octal 237 112 125 0 65 57 46 540 44 56
Binary 10011111 1001010 1010101 0 110101 101111 100110 101100000 100100 101110

Color Harmonies of #9F4A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4A55

Black with #9F4A55

Text Example


Text Example

White with #9F4A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,74,85); }

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

background-color css

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

 a { background-color: rgb(159,74,85); }

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

border-color css

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

 span { border-color: rgb(159,74,85); }

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