#856282

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

Shades of Trendy Pink #856282

Tints of Trendy Pink #856282

Color information

#856282 (or 0x856282) is unknown color: approx Trendy Pink. HEX triplet: 85, 62 and 82. RGB value is (133,98,130). Sum of RGB (Red+Green+Blue) = 133+98+130=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #856282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856282 is #7A9D7D. Grayscale: #707070. Windows color (decimal): -8035710 or 8544901. OLE color: 8544901.

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

Color convert

RGB13398130-
CMYK00.260.020.48
HSL305.14º15.15%45.29%-
HSV(B)305.14º26.32%52.16%-
XYZ18.0715.3323.13-
YUV112.11138.1142.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=36.84%
G=27.15%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339813000.260.020.48305.1415.1545.29
Hex85628201A230131f2d
Octal2051422020322604611755
Binary10000101110001010000010011010101100001001100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856282; }

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

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

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

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

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

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

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

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