#82617D

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

Shades of Trendy Pink #82617D

Tints of Trendy Pink #82617D

Color information

#82617D (or 0x82617D) is unknown color: approx Trendy Pink. HEX triplet: 82, 61 and 7D. RGB value is (130,97,125). Sum of RGB (Red+Green+Blue) = 130+97+125=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 130 - color contains mainly: red. Hex color #82617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82617D is #7D9E82. Grayscale: #6D6D6D. Windows color (decimal): -8232579 or 8216962. OLE color: 8216962.

HSL color Cylindrical-coordinate representation of color #82617D: hue angle of 309.09º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82617D is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB13097125-
CMYK00.250.040.49
HSL309.09º14.54%44.51%-
HSV(B)309.09º25.38%50.98%-
XYZ17.1814.7821.35-
YUV110.06136.43142.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=36.93%
G=27.56%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309712500.250.040.49309.0914.5444.51
Hex82617D019431135f2d
Octal2021411750314614651755
Binary10000010110000111111010110011001100011001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82617D; }

 p { color: rgb(130,97,125); }

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

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

 a { background-color: rgb(130,97,125); }

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

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

 span { border-color: rgb(130,97,125); }

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