#855255

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

Shades of Solid Pink #855255

Tints of Solid Pink #855255

Color information

#855255 (or 0x855255) is unknown color: approx Solid Pink. HEX triplet: 85, 52 and 55. RGB value is (133,82,85). Sum of RGB (Red+Green+Blue) = 133+82+85=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #855255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855255 is #7AADAA. Grayscale: #616161. Windows color (decimal): -8039851 or 5591685. OLE color: 5591685.

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

Color convert

RGB1338285-
CMYK00.380.360.48
HSL356.47º23.72%42.16%-
HSV(B)356.47º38.35%52.16%-
XYZ14.3311.6810.09-
YUV97.59120.9153.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=44.33%
G=27.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133828500.380.360.48356.4723.7242.16
Hex8552550262430164182a
Octal20512212504644605443052
Binary1000010110100101010101010011010010011000010110010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855255; }

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

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

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

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

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

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

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

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