#825678

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

Shades of Trendy Pink #825678

Tints of Trendy Pink #825678

Color information

#825678 (or 0x825678) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 78. RGB value is (130,86,120). Sum of RGB (Red+Green+Blue) = 130+86+120=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #825678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825678 is #7DA987. Grayscale: #666666. Windows color (decimal): -8235400 or 7886466. OLE color: 7886466.

HSL color Cylindrical-coordinate representation of color #825678: hue angle of 313.64º 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 #825678 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13086120-
CMYK00.340.080.49
HSL313.64º20.37%42.35%-
HSV(B)313.64º33.85%50.98%-
XYZ15.9212.7619.39-
YUV103.03137.58147.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=38.69%
G=25.60%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308612000.340.080.49313.6420.3742.35
Hex82567802283113a142a
Octal20212617004210614722452
Binary10000010101011011110000100010100011000110011101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825678; }

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

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

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

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

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

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

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

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