#825583

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

Shades of Trendy Pink #825583

Tints of Trendy Pink #825583

Color information

#825583 (or 0x825583) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 83. RGB value is (130,85,131). Sum of RGB (Red+Green+Blue) = 130+85+131=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #825583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825583 is #7DAA7C. Grayscale: #676767. Windows color (decimal): -8235645 or 8607106. OLE color: 8607106.

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

Color convert

RGB13085131-
CMYK0.010.3500.49
HSL298.7º21.3%42.35%-
HSV(B)298.7º35.11%51.37%-
XYZ16.5512.8823.09-
YUV103.7143.41146.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=37.57%
G=24.57%
B=37.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130851310.010.3500.49298.721.342.35
Hex82558312303112b152a
Octal2021252031430614532552
Binary100000101010101100000111100011011000110010101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825583; }

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

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

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

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

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

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

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

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