#855375

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

Shades of Trendy Pink #855375

Tints of Trendy Pink #855375

Color information

#855375 (or 0x855375) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 75. RGB value is (133,83,117). Sum of RGB (Red+Green+Blue) = 133+83+117=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #855375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855375 is #7AAC8A. Grayscale: #656565. Windows color (decimal): -8039563 or 7689093. OLE color: 7689093.

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

Color convert

RGB13383117-
CMYK00.380.120.48
HSL319.2º23.15%42.35%-
HSV(B)319.2º37.59%52.16%-
XYZ15.9812.4618.39-
YUV101.83136.56150.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=39.94%
G=24.92%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338311700.380.120.48319.223.1542.35
Hex855375026C3013f172a
Octal20512316504614604772752
Binary10000101101001111101010100110110011000010011111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855375; }

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

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

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

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

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

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

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

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