#855055

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

Shades of Solid Pink #855055

Tints of Solid Pink #855055

Color information

#855055 (or 0x855055) is unknown color: approx Solid Pink. HEX triplet: 85, 50 and 55. RGB value is (133,80,85). Sum of RGB (Red+Green+Blue) = 133+80+85=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #855055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855055 is #7AAFAA. Grayscale: #606060. Windows color (decimal): -8040363 or 5591173. OLE color: 5591173.

HSL color Cylindrical-coordinate representation of color #855055: hue angle of 354.34º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855055 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1338085-
CMYK00.400.360.48
HSL354.34º24.88%41.76%-
HSV(B)354.34º39.85%52.16%-
XYZ14.1811.3810.04-
YUV96.42121.56154.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=44.63%
G=26.85%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133808500.400.360.48354.3424.8841.76
Hex8550550282430162192a
Octal20512012505044605423152
Binary1000010110100001010101010100010010011000010110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855055; }

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

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

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

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

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

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

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

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