#825883

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

Shades of Trendy Pink #825883

Tints of Trendy Pink #825883

Color information

#825883 (or 0x825883) is unknown color: approx Trendy Pink. HEX triplet: 82, 58 and 83. RGB value is (130,88,131). Sum of RGB (Red+Green+Blue) = 130+88+131=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #825883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825883 is #7DA77C. Grayscale: #696969. Windows color (decimal): -8234877 or 8607874. OLE color: 8607874.

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

Color convert

RGB13088131-
CMYK0.010.3300.49
HSL298.6º19.63%42.94%-
HSV(B)298.6º32.82%51.37%-
XYZ16.7913.3623.17-
YUV105.46142.41145.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=37.25%
G=25.21%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130881310.010.3300.49298.619.6342.94
Hex82588312103112b142b
Octal2021302031410614532453
Binary100000101011000100000111100001011000110010101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825883; }

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

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

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

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

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

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

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

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