#855182

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

Shades of Trendy Pink #855182

Tints of Trendy Pink #855182

Color information

#855182 (or 0x855182) is unknown color: approx Trendy Pink. HEX triplet: 85, 51 and 82. RGB value is (133,81,130). Sum of RGB (Red+Green+Blue) = 133+81+130=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #855182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855182 is #7AAE7D. Grayscale: #656565. Windows color (decimal): -8040062 or 8540549. OLE color: 8540549.

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

Color convert

RGB13381130-
CMYK00.390.020.48
HSL303.46º24.3%41.96%-
HSV(B)303.46º39.1%52.16%-
XYZ16.6412.4822.65-
YUV102.13143.73150.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=38.66%
G=23.55%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338113000.390.020.48303.4624.341.96
Hex85518202723012f182a
Octal2051212020472604573052
Binary1000010110100011000001001001111011000010010111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855182; }

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

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

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

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

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

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

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

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