#855159

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

Shades of Solid Pink #855159

Tints of Solid Pink #855159

Color information

#855159 (or 0x855159) is unknown color: approx Solid Pink. HEX triplet: 85, 51 and 59. RGB value is (133,81,89). Sum of RGB (Red+Green+Blue) = 133+81+89=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855159 is #7AAEA6. Grayscale: #616161. Windows color (decimal): -8040103 or 5853573. OLE color: 5853573.

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

Color convert

RGB1338189-
CMYK00.390.330.48
HSL350.77º24.3%41.96%-
HSV(B)350.77º39.1%52.16%-
XYZ14.4211.5910.93-
YUV97.46123.23153.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 81 (32.03% from 255) = 26.73%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=43.89%
G=26.73%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133818900.390.330.48350.7724.341.96
Hex855159027213015f182a
Octal20512113104741605373052
Binary1000010110100011011001010011110000111000010101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855159; }

 p { color: rgb(133,81,89); }

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

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

 a { background-color: rgb(133,81,89); }

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

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

 span { border-color: rgb(133,81,89); }

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