#825675

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

Shades of Trendy Pink #825675

Tints of Trendy Pink #825675

Color information

#825675 (or 0x825675) is unknown color: approx Trendy Pink. HEX triplet: 82, 56 and 75. RGB value is (130,86,117). Sum of RGB (Red+Green+Blue) = 130+86+117=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825675 is #7DA98A. Grayscale: #666666. Windows color (decimal): -8235403 or 7689858. OLE color: 7689858.

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

Color convert

RGB13086117-
CMYK00.340.10.49
HSL317.73º20.37%42.35%-
HSV(B)317.73º33.85%50.98%-
XYZ15.7412.6918.45-
YUV102.69136.08147.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=39.04%
G=25.83%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308611700.340.10.49317.7320.3742.35
Hex825675022A3113e142a
Octal20212616504212614762452
Binary10000010101011011101010100010101011000110011111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825675; }

 p { color: rgb(130,86,117); }

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

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

 a { background-color: rgb(130,86,117); }

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

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

 span { border-color: rgb(130,86,117); }

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