Html Css Color HEX #825479 Trendy Pink

📋 copy color: '#825479'

red 130 ◦ green 84 ◦ blue 121

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

Shades of Trendy Pink #825479

Tints of Trendy Pink #825479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.07%

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

R = 38.81%
G = 25.07%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#825479 (or 0x825479) is known color: Trendy Pink. HEX triplet: 82, 54 and 79. RGB value is (130,84,121). Sum of RGB (Red+Green+Blue) = 130+84+121=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825479 is #7DAB86. Grayscale: #656565. Windows color (decimal): -8235911 or 7951490. OLE color: 7951490.

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

Color convert

RGB 130 84 121 -
CMYK 0 0.35 0.07 0.49
HSL 311.74º 0.21% 0.42% -
HSV(B) 311.74º 0.35% 0.51% -
XYZ 15.83 12.47 19.66 -
YUV 101.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 130 84 121 0 0.35 0.07 0.49 311.74 0.21 0.42
Hex 82 54 79 0 23 7 31 138 15 2A
Octal 202 124 171 0 43 7 61 470 25 52
Binary 10000010 1010100 1111001 0 100011 111 110001 100111000 10101 101010

Color Harmonies of #825479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825479

Black with #825479

Text Example


Text Example

White with #825479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825479; }

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

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

background-color css

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

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

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

border-color css

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

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

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