#825989

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

Shades of Trendy Pink #825989

Tints of Trendy Pink #825989

Color information

#825989 (or 0x825989) is unknown color: approx Trendy Pink. HEX triplet: 82, 59 and 89. RGB value is (130,89,137). Sum of RGB (Red+Green+Blue) = 130+89+137=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #825989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825989 is #7DA676. Grayscale: #6A6A6A. Windows color (decimal): -8234615 or 9001346. OLE color: 9001346.

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

Color convert

RGB13089137-
CMYK0.050.3500.46
HSL291.25º21.24%44.31%-
HSV(B)291.25º35.04%53.73%-
XYZ17.2913.725.4-
YUV106.73145.08144.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=36.52%
G=25%
B=38.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130891370.050.3500.46291.2521.2444.31
Hex82598952302E123152c
Octal2021312115430564432554
Binary10000010101100110001001101100011010111010010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825989; }

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

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

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

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

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

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

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

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