#825886

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

Shades of Trendy Pink #825886

Tints of Trendy Pink #825886

Color information

#825886 (or 0x825886) is unknown color: approx Trendy Pink. HEX triplet: 82, 58 and 86. RGB value is (130,88,134). Sum of RGB (Red+Green+Blue) = 130+88+134=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #825886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825886 is #7DA779. Grayscale: #696969. Windows color (decimal): -8234874 or 8804482. OLE color: 8804482.

HSL color Cylindrical-coordinate representation of color #825886: hue angle of 294.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825886 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13088134-
CMYK0.030.3400.47
HSL294.78º20.72%43.53%-
HSV(B)294.78º34.33%52.55%-
XYZ1713.4524.25-
YUV105.8143.91145.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 134 (52.73% from 255) = 38.07%
R=36.93%
G=25%
B=38.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130881340.030.3400.47294.7820.7243.53
Hex82588632202F127152c
Octal2021302063420574472554
Binary1000001010110001000011011100010010111110010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825886; }

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

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

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

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

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

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

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

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