Html Css Color HEX #824879 Trendy Pink

📋 copy color: '#824879'

red 130 ◦ green 72 ◦ blue 121

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

Shades of Trendy Pink #824879

Tints of Trendy Pink #824879

RGB

 RED value IS 130 (51.17% from 255) = 40.25%

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

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

R = 40.25%
G = 22.29%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#824879 (or 0x824879) is known color: Trendy Pink. HEX triplet: 82, 48 and 79. RGB value is (130,72,121). Sum of RGB (Red+Green+Blue) = 130+72+121=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #824879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824879 is #7DB786. Grayscale: #5E5E5E. Windows color (decimal): -8238983 or 7948418. OLE color: 7948418.

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

Color convert

RGB 130 72 121 -
CMYK 0 0.45 0.07 0.49
HSL 309.31º 0.29% 0.4% -
HSV(B) 309.31º 0.45% 0.51% -
XYZ 14.97 10.76 19.38 -
YUV 94.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 130 72 121 0 0.45 0.07 0.49 309.31 0.29 0.4
Hex 82 48 79 0 2D 7 31 135 1D 28
Octal 202 110 171 0 55 7 61 465 35 50
Binary 10000010 1001000 1111001 0 101101 111 110001 100110101 11101 101000

Color Harmonies of #824879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824879

Black with #824879

Text Example


Text Example

White with #824879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824879; }

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

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

background-color css

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

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

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

border-color css

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

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

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