#825578

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

Shades of Trendy Pink #825578

Tints of Trendy Pink #825578

Color information

#825578 (or 0x825578) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 78. RGB value is (130,85,120). Sum of RGB (Red+Green+Blue) = 130+85+120=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825578 is #7DAA87. Grayscale: #666666. Windows color (decimal): -8235656 or 7886210. OLE color: 7886210.

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

Color convert

RGB13085120-
CMYK00.350.080.49
HSL313.33º20.93%42.16%-
HSV(B)313.33º34.62%50.98%-
XYZ15.8412.619.37-
YUV102.44137.91147.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=38.81%
G=25.37%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308512000.350.080.49313.3320.9342.16
Hex825578023831139152a
Octal20212517004310614712552
Binary10000010101010111110000100011100011000110011100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825578; }

 p { color: rgb(130,85,120); }

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

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

 a { background-color: rgb(130,85,120); }

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

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

 span { border-color: rgb(130,85,120); }

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