Html Css Color HEX #824479 Trendy Pink

📋 copy color: '#824479'

red 130 ◦ green 68 ◦ blue 121

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

Shades of Trendy Pink #824479

Tints of Trendy Pink #824479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 40.75%
G = 21.32%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#824479 (or 0x824479) is known color: Trendy Pink. HEX triplet: 82, 44 and 79. RGB value is (130,68,121). Sum of RGB (Red+Green+Blue) = 130+68+121=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #824479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824479 is #7DBB86. Grayscale: #5C5C5C. Windows color (decimal): -8240007 or 7947394. OLE color: 7947394.

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

Color convert

RGB 130 68 121 -
CMYK 0 0.48 0.07 0.49
HSL 308.71º 0.31% 0.39% -
HSV(B) 308.71º 0.48% 0.51% -
XYZ 14.72 10.26 19.29 -
YUV 92.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 130 68 121 0 0.48 0.07 0.49 308.71 0.31 0.39
Hex 82 44 79 0 30 7 31 135 1F 27
Octal 202 104 171 0 60 7 61 465 37 47
Binary 10000010 1000100 1111001 0 110000 111 110001 100110101 11111 100111

Color Harmonies of #824479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824479

Black with #824479

Text Example


Text Example

White with #824479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824479; }

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

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

background-color css

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

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

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

border-color css

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

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

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