#855076

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

Shades of Trendy Pink #855076

Tints of Trendy Pink #855076

Color information

#855076 (or 0x855076) is unknown color: approx Trendy Pink. HEX triplet: 85, 50 and 76. RGB value is (133,80,118). Sum of RGB (Red+Green+Blue) = 133+80+118=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #855076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855076 is #7AAF89. Grayscale: #646464. Windows color (decimal): -8040330 or 7753861. OLE color: 7753861.

HSL color Cylindrical-coordinate representation of color #855076: hue angle of 316.98º 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 #855076 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13380118-
CMYK00.400.110.48
HSL316.98º24.88%41.76%-
HSV(B)316.98º39.85%52.16%-
XYZ15.8112.0318.63-
YUV100.18138.06151.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=40.18%
G=24.17%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338011800.400.110.48316.9824.8841.76
Hex855076028B3013d192a
Octal20512016605013604753152
Binary10000101101000011101100101000101111000010011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855076; }

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

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

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

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

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

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

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

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