#825683

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

Shades of Trendy Pink #825683

Tints of Trendy Pink #825683

Color information

#825683 (or 0x825683) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 83. RGB value is (130,86,131). Sum of RGB (Red+Green+Blue) = 130+86+131=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #825683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825683 is #7DA97C. Grayscale: #686868. Windows color (decimal): -8235389 or 8607362. OLE color: 8607362.

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

Color convert

RGB13086131-
CMYK0.010.3400.49
HSL298.67º20.74%42.55%-
HSV(B)298.67º34.35%51.37%-
XYZ16.6313.0423.11-
YUV104.29143.08146.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=37.46%
G=24.78%
B=37.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130861310.010.3400.49298.6720.7442.55
Hex82568312203112b152b
Octal2021262031420614532553
Binary100000101010110100000111100010011000110010101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825683; }

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

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

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

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

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

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

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

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