Html Css Color HEX #825279 Trendy Pink

📋 copy color: '#825279'

red 130 ◦ green 82 ◦ blue 121

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

Shades of Trendy Pink #825279

Tints of Trendy Pink #825279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

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

R = 39.04%
G = 24.62%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#825279 (or 0x825279) is known color: Trendy Pink. HEX triplet: 82, 52 and 79. RGB value is (130,82,121). Sum of RGB (Red+Green+Blue) = 130+82+121=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825279 is #7DAD86. Grayscale: #646464. Windows color (decimal): -8236423 or 7950978. OLE color: 7950978.

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

Color convert

RGB 130 82 121 -
CMYK 0 0.37 0.07 0.49
HSL 311.25º 0.23% 0.42% -
HSV(B) 311.25º 0.37% 0.51% -
XYZ 15.67 12.16 19.61 -
YUV 100.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 130 82 121 0 0.37 0.07 0.49 311.25 0.23 0.42
Hex 82 52 79 0 25 7 31 137 17 2A
Octal 202 122 171 0 45 7 61 467 27 52
Binary 10000010 1010010 1111001 0 100101 111 110001 100110111 10111 101010

Color Harmonies of #825279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825279

Black with #825279

Text Example


Text Example

White with #825279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825279; }

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

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

background-color css

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

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

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

border-color css

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

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

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