Html Css Color HEX #884979 Trendy Pink

📋 copy color: '#884979'

red 136 ◦ green 73 ◦ blue 121

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

Shades of Trendy Pink #884979

Tints of Trendy Pink #884979

RGB

 RED value IS 136 (53.52% from 255) = 41.21%

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 41.21%
G = 22.12%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#884979 (or 0x884979) is known color: Trendy Pink. HEX triplet: 88, 49 and 79. RGB value is (136,73,121). Sum of RGB (Red+Green+Blue) = 136+73+121=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #884979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884979 is #77B686. Grayscale: #616161. Windows color (decimal): -7845511 or 7948680. OLE color: 7948680.

HSL color Cylindrical-coordinate representation of color #884979: hue angle of 314.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884979 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 121 -
CMYK 0 0.46 0.11 0.47
HSL 314.29º 0.3% 0.41% -
HSV(B) 314.29º 0.46% 0.53% -
XYZ 15.99 11.38 19.44 -
YUV 97.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 136 73 121 0 0.46 0.11 0.47 314.29 0.3 0.41
Hex 88 49 79 0 2E B 2F 13A 1E 29
Octal 210 111 171 0 56 13 57 472 36 51
Binary 10001000 1001001 1111001 0 101110 1011 101111 100111010 11110 101001

Color Harmonies of #884979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884979

Black with #884979

Text Example


Text Example

White with #884979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884979; }

 p { color: rgb(136,73,121); }

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

background-color css

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

 a { background-color: rgb(136,73,121); }

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

border-color css

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

 span { border-color: rgb(136,73,121); }

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