#855158

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

Shades of Solid Pink #855158

Tints of Solid Pink #855158

Color information

#855158 (or 0x855158) is unknown color: approx Solid Pink. HEX triplet: 85, 51 and 58. RGB value is (133,81,88). Sum of RGB (Red+Green+Blue) = 133+81+88=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855158 is #7AAEA7. Grayscale: #616161. Windows color (decimal): -8040104 or 5788037. OLE color: 5788037.

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

Color convert

RGB1338188-
CMYK00.390.340.48
HSL351.92º24.3%41.96%-
HSV(B)351.92º39.1%52.16%-
XYZ14.3811.5810.71-
YUV97.35122.73153.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=44.04%
G=26.82%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133818800.390.340.48351.9224.341.96
Hex8551580272230160182a
Octal20512113004742605403052
Binary1000010110100011011000010011110001011000010110000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855158; }

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

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

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

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

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

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

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

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