#825176

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

Shades of Trendy Pink #825176

Tints of Trendy Pink #825176

Color information

#825176 (or 0x825176) is unknown color: approx Trendy Pink. HEX triplet: 82, 51 and 76. RGB value is (130,81,118). Sum of RGB (Red+Green+Blue) = 130+81+118=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825176 is #7DAE89. Grayscale: #636363. Windows color (decimal): -8236682 or 7754114. OLE color: 7754114.

HSL color Cylindrical-coordinate representation of color #825176: hue angle of 314.69º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825176 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB13081118-
CMYK00.380.090.49
HSL314.69º23.22%41.37%-
HSV(B)314.69º37.69%50.98%-
XYZ15.4211.9418.63-
YUV99.87138.23149.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=39.51%
G=24.62%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308111800.380.090.49314.6923.2241.37
Hex82517602693113b1729
Octal20212116604611614732751
Binary10000010101000111101100100110100111000110011101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825176; }

 p { color: rgb(130,81,118); }

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

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

 a { background-color: rgb(130,81,118); }

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

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

 span { border-color: rgb(130,81,118); }

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