#825889

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

Shades of Trendy Pink #825889

Tints of Trendy Pink #825889

Color information

#825889 (or 0x825889) is unknown color: approx Trendy Pink. HEX triplet: 82, 58 and 89. RGB value is (130,88,137). Sum of RGB (Red+Green+Blue) = 130+88+137=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #825889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825889 is #7DA776. Grayscale: #696969. Windows color (decimal): -8234871 or 9001090. OLE color: 9001090.

HSL color Cylindrical-coordinate representation of color #825889: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #825889 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13088137-
CMYK0.050.3600.46
HSL291.43º21.78%44.12%-
HSV(B)291.43º35.77%53.73%-
XYZ17.2113.5325.37-
YUV106.14145.41145.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=36.62%
G=24.79%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130881370.050.3600.46291.4321.7844.12
Hex82588952402E123162c
Octal2021302115440564432654
Binary10000010101100010001001101100100010111010010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825889; }

 p { color: rgb(130,88,137); }

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

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

 a { background-color: rgb(130,88,137); }

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

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

 span { border-color: rgb(130,88,137); }

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