Html Css Color HEX #824978 Trendy Pink

📋 copy color: '#824978'

red 130 ◦ green 73 ◦ blue 120

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

Shades of Trendy Pink #824978

Tints of Trendy Pink #824978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.15%

R = 40.25%
G = 22.6%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#824978 (or 0x824978) is known color: Trendy Pink. HEX triplet: 82, 49 and 78. RGB value is (130,73,120). Sum of RGB (Red+Green+Blue) = 130+73+120=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #824978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824978 is #7DB687. Grayscale: #5F5F5F. Windows color (decimal): -8238728 or 7883138. OLE color: 7883138.

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

Color convert

RGB 130 73 120 -
CMYK 0 0.44 0.08 0.49
HSL 310.53º 0.28% 0.4% -
HSV(B) 310.53º 0.44% 0.51% -
XYZ 14.98 10.87 19.08 -
YUV 95.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 130 73 120 0 0.44 0.08 0.49 310.53 0.28 0.4
Hex 82 49 78 0 2C 8 31 137 1C 28
Octal 202 111 170 0 54 10 61 467 34 50
Binary 10000010 1001001 1111000 0 101100 1000 110001 100110111 11100 101000

Color Harmonies of #824978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824978

Black with #824978

Text Example


Text Example

White with #824978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824978; }

 p { color: rgb(130,73,120); }

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

background-color css

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

 a { background-color: rgb(130,73,120); }

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

border-color css

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

 span { border-color: rgb(130,73,120); }

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