#825489

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

Shades of Trendy Pink #825489

Tints of Trendy Pink #825489

Color information

#825489 (or 0x825489) is unknown color: approx Trendy Pink. HEX triplet: 82, 54 and 89. RGB value is (130,84,137). Sum of RGB (Red+Green+Blue) = 130+84+137=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #825489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825489 is #7DAB76. Grayscale: #676767. Windows color (decimal): -8235895 or 9000066. OLE color: 9000066.

HSL color Cylindrical-coordinate representation of color #825489: hue angle of 292.08º degrees, saturation: 0.24, 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 #825489 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13084137-
CMYK0.050.3900.46
HSL292.08º23.98%43.33%-
HSV(B)292.08º38.69%53.73%-
XYZ16.8912.8925.27-
YUV103.8146.74146.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=37.04%
G=23.93%
B=39.03%

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
Decimal130841370.050.3900.46292.0823.9843.33
Hex82548952702E124182b
Octal2021242115470564443053
Binary10000010101010010001001101100111010111010010010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825489; }

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

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

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

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

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

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

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

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