#825679

Color #825679 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #825679

Tints of Trendy Pink #825679

Color information

#825679 (or 0x825679) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 79. RGB value is (130,86,121). Sum of RGB (Red+Green+Blue) = 130+86+121=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #825679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825679 is #7DA986. Grayscale: #676767. Windows color (decimal): -8235399 or 7952002. OLE color: 7952002.

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

Color convert

RGB13086121-
CMYK00.340.070.49
HSL312.27º20.37%42.35%-
HSV(B)312.27º33.85%50.98%-
XYZ15.9812.7819.71-
YUV103.15138.08147.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=38.58%
G=25.52%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308612100.340.070.49312.2720.3742.35
Hex825679022731138142a
Octal2021261710427614702452
Binary1000001010101101111001010001011111000110011100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825679; }

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

 H1.HeaderClassName
 {
   color: #825679;
 }
 .AnyTagClassName
 {
   color: #825679;
 }
</style>
background-color css

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

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

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

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

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

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