#825187

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

Shades of Trendy Pink #825187

Tints of Trendy Pink #825187

Color information

#825187 (or 0x825187) is unknown color: approx Trendy Pink. HEX triplet: 82, 51 and 87. RGB value is (130,81,135). Sum of RGB (Red+Green+Blue) = 130+81+135=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #825187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825187 is #7DAE78. Grayscale: #656565. Windows color (decimal): -8236665 or 8868226. OLE color: 8868226.

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

Color convert

RGB13081135-
CMYK0.040.4000.47
HSL294.44º25%42.35%-
HSV(B)294.44º40%52.94%-
XYZ16.5212.3824.44-
YUV101.81146.73148.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=37.57%
G=23.41%
B=39.02%

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
Decimal130811350.040.4000.47294.442542.35
Hex82518742802F126192a
Octal2021212074500574463152
Binary10000010101000110000111100101000010111110010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825187; }

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

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

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

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

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

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

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

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