#855455

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

Shades of Solid Pink #855455

Tints of Solid Pink #855455

Color information

#855455 (or 0x855455) is unknown color: approx Solid Pink. HEX triplet: 85, 54 and 55. RGB value is (133,84,85). Sum of RGB (Red+Green+Blue) = 133+84+85=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855455 is #7AABAA. Grayscale: #626262. Windows color (decimal): -8039339 or 5592197. OLE color: 5592197.

HSL color Cylindrical-coordinate representation of color #855455: hue angle of 358.78º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855455 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1338485-
CMYK00.370.360.48
HSL358.78º22.58%42.55%-
HSV(B)358.78º36.84%52.16%-
XYZ14.4811.9810.14-
YUV98.76120.23152.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=44.04%
G=27.81%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133848500.370.360.48358.7822.5842.55
Hex8554550252430167172b
Octal20512412504544605472753
Binary1000010110101001010101010010110010011000010110011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855455; }

 p { color: rgb(133,84,85); }

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

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

 a { background-color: rgb(133,84,85); }

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

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

 span { border-color: rgb(133,84,85); }

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