#855378

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

Shades of Trendy Pink #855378

Tints of Trendy Pink #855378

Color information

#855378 (or 0x855378) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 78. RGB value is (133,83,120). Sum of RGB (Red+Green+Blue) = 133+83+120=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #855378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855378 is #7AAC87. Grayscale: #666666. Windows color (decimal): -8039560 or 7885701. OLE color: 7885701.

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

Color convert

RGB13383120-
CMYK00.380.100.48
HSL315.6º23.15%42.35%-
HSV(B)315.6º37.59%52.16%-
XYZ16.1612.5319.34-
YUV102.17138.06149.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=39.58%
G=24.70%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338312000.380.100.48315.623.1542.35
Hex855378026A3013c172a
Octal20512317004612604742752
Binary10000101101001111110000100110101011000010011110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855378; }

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

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

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

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

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

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

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

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