#855478

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

Shades of Trendy Pink #855478

Tints of Trendy Pink #855478

Color information

#855478 (or 0x855478) is unknown color: approx Trendy Pink. HEX triplet: 85, 54 and 78. RGB value is (133,84,120). Sum of RGB (Red+Green+Blue) = 133+84+120=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855478 is #7AAB87. Grayscale: #666666. Windows color (decimal): -8039304 or 7885957. OLE color: 7885957.

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

Color convert

RGB13384120-
CMYK00.370.100.48
HSL315.92º22.58%42.55%-
HSV(B)315.92º36.84%52.16%-
XYZ16.2312.6819.36-
YUV102.76137.73149.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=39.47%
G=24.93%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338412000.370.100.48315.9222.5842.55
Hex855478025A3013c172b
Octal20512417004512604742753
Binary10000101101010011110000100101101011000010011110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855478; }

 p { color: rgb(133,84,120); }

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

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

 a { background-color: rgb(133,84,120); }

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

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

 span { border-color: rgb(133,84,120); }

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