Html Css Color HEX #824279 Trendy Pink

📋 copy color: '#824279'

red 130 ◦ green 66 ◦ blue 121

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

Shades of Trendy Pink #824279

Tints of Trendy Pink #824279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

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

R = 41.01%
G = 20.82%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#824279 (or 0x824279) is known color: Trendy Pink. HEX triplet: 82, 42 and 79. RGB value is (130,66,121). Sum of RGB (Red+Green+Blue) = 130+66+121=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #824279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824279 is #7DBD86. Grayscale: #5B5B5B. Windows color (decimal): -8240519 or 7946882. OLE color: 7946882.

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

Color convert

RGB 130 66 121 -
CMYK 0 0.49 0.07 0.49
HSL 308.44º 0.33% 0.38% -
HSV(B) 308.44º 0.49% 0.51% -
XYZ 14.61 10.02 19.25 -
YUV 91.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 130 66 121 0 0.49 0.07 0.49 308.44 0.33 0.38
Hex 82 42 79 0 31 7 31 134 21 26
Octal 202 102 171 0 61 7 61 464 41 46
Binary 10000010 1000010 1111001 0 110001 111 110001 100110100 100001 100110

Color Harmonies of #824279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824279

Black with #824279

Text Example


Text Example

White with #824279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824279; }

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

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

background-color css

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

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

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

border-color css

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

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

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