#825585

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

Shades of Trendy Pink #825585

Tints of Trendy Pink #825585

Color information

#825585 (or 0x825585) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 85. RGB value is (130,85,133). Sum of RGB (Red+Green+Blue) = 130+85+133=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #825585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825585 is #7DAA7A. Grayscale: #676767. Windows color (decimal): -8235643 or 8738178. OLE color: 8738178.

HSL color Cylindrical-coordinate representation of color #825585: hue angle of 296.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825585 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13085133-
CMYK0.020.3600.48
HSL296.25º22.02%42.75%-
HSV(B)296.25º36.09%52.16%-
XYZ16.6912.9423.81-
YUV103.93144.41146.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=37.36%
G=24.43%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130851330.020.3600.48296.2522.0242.75
Hex825585224030128162b
Octal2021252052440604502653
Binary1000001010101011000010110100100011000010010100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825585; }

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

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

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

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

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

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

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

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