#825877

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

Shades of Trendy Pink #825877

Tints of Trendy Pink #825877

Color information

#825877 (or 0x825877) is unknown color: approx Trendy Pink. HEX triplet: 82, 58 and 77. RGB value is (130,88,119). Sum of RGB (Red+Green+Blue) = 130+88+119=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #825877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825877 is #7DA788. Grayscale: #686868. Windows color (decimal): -8234889 or 7821442. OLE color: 7821442.

HSL color Cylindrical-coordinate representation of color #825877: hue angle of 315.71º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #825877 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13088119-
CMYK00.320.080.49
HSL315.71º19.27%42.75%-
HSV(B)315.71º32.31%50.98%-
XYZ16.0313.0619.13-
YUV104.09136.41146.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=38.58%
G=26.11%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308811900.320.080.49315.7119.2742.75
Hex82587702083113c132b
Octal20213016704010614742353
Binary10000010101100011101110100000100011000110011110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825877; }

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

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

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

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

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

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

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

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