#855376

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

Shades of Trendy Pink #855376

Tints of Trendy Pink #855376

Color information

#855376 (or 0x855376) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 76. RGB value is (133,83,118). Sum of RGB (Red+Green+Blue) = 133+83+118=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #855376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855376 is #7AAC89. Grayscale: #656565. Windows color (decimal): -8039562 or 7754629. OLE color: 7754629.

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

Color convert

RGB13383118-
CMYK00.380.110.48
HSL318º23.15%42.35%-
HSV(B)318º37.59%52.16%-
XYZ16.0412.4818.7-
YUV101.94137.06150.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=39.82%
G=24.85%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338311800.380.110.4831823.1542.35
Hex855376026B3013e172a
Octal20512316604613604762752
Binary10000101101001111101100100110101111000010011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855376; }

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

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

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

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

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

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

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

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