#825085

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

Shades of Trendy Pink #825085

Tints of Trendy Pink #825085

Color information

#825085 (or 0x825085) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 85. RGB value is (130,80,133). Sum of RGB (Red+Green+Blue) = 130+80+133=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #825085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825085 is #7DAF7A. Grayscale: #646464. Windows color (decimal): -8236923 or 8736898. OLE color: 8736898.

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

Color convert

RGB13080133-
CMYK0.020.4000.48
HSL296.6º24.88%41.76%-
HSV(B)296.6º39.85%52.16%-
XYZ16.3112.1823.68-
YUV100.99146.06148.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=37.90%
G=23.32%
B=38.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130801330.020.4000.48296.624.8841.76
Hex825085228030129192a
Octal2021202052500604513152
Binary1000001010100001000010110101000011000010010100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825085; }

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

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

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

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

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

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

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

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