#855456

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

Shades of Solid Pink #855456

Tints of Solid Pink #855456

Color information

#855456 (or 0x855456) is unknown color: approx Solid Pink. HEX triplet: 85, 54 and 56. RGB value is (133,84,86). Sum of RGB (Red+Green+Blue) = 133+84+86=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #855456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855456 is #7AABA9. Grayscale: #626262. Windows color (decimal): -8039338 or 5657733. OLE color: 5657733.

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

Color convert

RGB1338486-
CMYK00.370.350.48
HSL357.55º22.58%42.55%-
HSV(B)357.55º36.84%52.16%-
XYZ14.521210.35-
YUV98.88120.73152.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=43.89%
G=27.72%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133848600.370.350.48357.5522.5842.55
Hex8554560252330166172b
Octal20512412604543605462753
Binary1000010110101001010110010010110001111000010110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855456; }

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

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

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

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

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

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

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

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