#825088

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

Shades of Trendy Pink #825088

Tints of Trendy Pink #825088

Color information

#825088 (or 0x825088) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 88. RGB value is (130,80,136). Sum of RGB (Red+Green+Blue) = 130+80+136=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #825088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825088 is #7DAF77. Grayscale: #656565. Windows color (decimal): -8236920 or 8933506. OLE color: 8933506.

HSL color Cylindrical-coordinate representation of color #825088: hue angle of 293.57º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #825088 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13080136-
CMYK0.040.4100.47
HSL293.57º25.93%42.35%-
HSV(B)293.57º41.18%53.33%-
XYZ16.5212.2624.79-
YUV101.33147.56148.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=37.57%
G=23.12%
B=39.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130801360.040.4100.47293.5725.9342.35
Hex82508842902F1261a2a
Octal2021202104510574463252
Binary10000010101000010001000100101001010111110010011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825088; }

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

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

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

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

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

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

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

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