#825083

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

Shades of Trendy Pink #825083

Tints of Trendy Pink #825083

Color information

#825083 (or 0x825083) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 83. RGB value is (130,80,131). Sum of RGB (Red+Green+Blue) = 130+80+131=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #825083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825083 is #7DAF7C. Grayscale: #646464. Windows color (decimal): -8236925 or 8605826. OLE color: 8605826.

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

Color convert

RGB13080131-
CMYK0.010.3900.49
HSL298.82º24.17%41.37%-
HSV(B)298.82º38.93%51.37%-
XYZ16.1712.1222.96-
YUV100.76145.06148.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=38.12%
G=23.46%
B=38.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130801310.010.3900.49298.8224.1741.37
Hex82508312703112b1829
Octal2021202031470614533051
Binary100000101010000100000111100111011000110010101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825083; }

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

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

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

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

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

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

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

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