#826083

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

Shades of Trendy Pink #826083

Tints of Trendy Pink #826083

Color information

#826083 (or 0x826083) is unknown color: approx Trendy Pink. HEX triplet: 82, 60 and 83. RGB value is (130,96,131). Sum of RGB (Red+Green+Blue) = 130+96+131=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #826083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826083 is #7D9F7C. Grayscale: #6E6E6E. Windows color (decimal): -8232829 or 8609922. OLE color: 8609922.

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

Color convert

RGB13096131-
CMYK0.010.2700.49
HSL298.29º15.42%44.51%-
HSV(B)298.29º26.72%51.37%-
XYZ17.4914.7523.4-
YUV110.16139.76142.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 131 (51.56% from 255) = 36.69%
R=36.41%
G=26.89%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130961310.010.2700.49298.2915.4244.51
Hex82608311B03112af2d
Octal2021402031330614521755
Binary1000001011000001000001111101101100011001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826083; }

 p { color: rgb(130,96,131); }

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

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

 a { background-color: rgb(130,96,131); }

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

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

 span { border-color: rgb(130,96,131); }

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