Html Css Color HEX #844879 Trendy Pink

📋 copy color: '#844879'

red 132 ◦ green 72 ◦ blue 121

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

Shades of Trendy Pink #844879

Tints of Trendy Pink #844879

RGB

 RED value IS 132 (51.95% from 255) = 40.62%

 GREEN value IS 72 (28.52% from 255) = 22.15%

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

R = 40.62%
G = 22.15%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#844879 (or 0x844879) is known color: Trendy Pink. HEX triplet: 84, 48 and 79. RGB value is (132,72,121). Sum of RGB (Red+Green+Blue) = 132+72+121=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #844879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844879 is #7BB786. Grayscale: #5F5F5F. Windows color (decimal): -8107911 or 7948420. OLE color: 7948420.

HSL color Cylindrical-coordinate representation of color #844879: hue angle of 311º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844879 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 72 121 -
CMYK 0 0.45 0.08 0.48
HSL 311º 0.29% 0.4% -
HSV(B) 311º 0.45% 0.52% -
XYZ 15.28 10.92 19.39 -
YUV 95.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 132 72 121 0 0.45 0.08 0.48 311 0.29 0.4
Hex 84 48 79 0 2D 8 30 137 1D 28
Octal 204 110 171 0 55 10 60 467 35 50
Binary 10000100 1001000 1111001 0 101101 1000 110000 100110111 11101 101000

Color Harmonies of #844879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844879

Black with #844879

Text Example


Text Example

White with #844879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844879; }

 p { color: rgb(132,72,121); }

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

background-color css

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

 a { background-color: rgb(132,72,121); }

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

border-color css

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

 span { border-color: rgb(132,72,121); }

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