#825389

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

Shades of Trendy Pink #825389

Tints of Trendy Pink #825389

Color information

#825389 (or 0x825389) is unknown color: approx Trendy Pink. HEX triplet: 82, 53 and 89. RGB value is (130,83,137). Sum of RGB (Red+Green+Blue) = 130+83+137=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #825389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825389 is #7DAC76. Grayscale: #676767. Windows color (decimal): -8236151 or 8999810. OLE color: 8999810.

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

Color convert

RGB13083137-
CMYK0.050.3900.46
HSL292.22º24.55%43.14%-
HSV(B)292.22º39.42%53.73%-
XYZ16.8112.7425.24-
YUV103.21147.07147.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=37.14%
G=23.71%
B=39.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130831370.050.3900.46292.2224.5543.14
Hex82538952702E124192b
Octal2021232115470564443153
Binary10000010101001110001001101100111010111010010010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825389; }

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

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

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

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

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

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

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

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