#855156

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

Shades of Solid Pink #855156

Tints of Solid Pink #855156

Color information

#855156 (or 0x855156) is unknown color: approx Solid Pink. HEX triplet: 85, 51 and 56. RGB value is (133,81,86). Sum of RGB (Red+Green+Blue) = 133+81+86=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855156 is #7AAEA9. Grayscale: #616161. Windows color (decimal): -8040106 or 5656965. OLE color: 5656965.

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

Color convert

RGB1338186-
CMYK00.390.350.48
HSL354.23º24.3%41.96%-
HSV(B)354.23º39.1%52.16%-
XYZ14.311.5410.28-
YUV97.12121.73153.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=44.33%
G=27%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133818600.390.350.48354.2324.341.96
Hex8551560272330162182a
Octal20512112604743605423052
Binary1000010110100011010110010011110001111000010110001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855156; }

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

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

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

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

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

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

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

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