#825188

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

Shades of Trendy Pink #825188

Tints of Trendy Pink #825188

Color information

#825188 (or 0x825188) is unknown color: approx Trendy Pink. HEX triplet: 82, 51 and 88. RGB value is (130,81,136). Sum of RGB (Red+Green+Blue) = 130+81+136=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #825188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825188 is #7DAE77. Grayscale: #656565. Windows color (decimal): -8236664 or 8933762. OLE color: 8933762.

HSL color Cylindrical-coordinate representation of color #825188: hue angle of 293.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #825188 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13081136-
CMYK0.040.4000.47
HSL293.45º25.35%42.55%-
HSV(B)293.45º40.44%53.33%-
XYZ16.5912.4124.81-
YUV101.92147.23148.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=37.46%
G=23.34%
B=39.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130811360.040.4000.47293.4525.3542.55
Hex82518842802F125192b
Octal2021212104500574453153
Binary10000010101000110001000100101000010111110010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825188; }

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

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

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

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

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

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

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

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