#855359

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

Shades of Solid Pink #855359

Tints of Solid Pink #855359

Color information

#855359 (or 0x855359) is unknown color: approx Solid Pink. HEX triplet: 85, 53 and 59. RGB value is (133,83,89). Sum of RGB (Red+Green+Blue) = 133+83+89=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #855359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855359 is #7AACA6. Grayscale: #626262. Windows color (decimal): -8039591 or 5854085. OLE color: 5854085.

HSL color Cylindrical-coordinate representation of color #855359: hue angle of 352.8º degrees, saturation: 0.23, 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 #855359 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1338389-
CMYK00.380.330.48
HSL352.8º23.15%42.35%-
HSV(B)352.8º37.59%52.16%-
XYZ14.5711.8910.98-
YUV98.63122.56152.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=43.61%
G=27.21%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133838900.380.330.48352.823.1542.35
Hex8553590262130161172a
Octal20512313104641605412752
Binary1000010110100111011001010011010000111000010110000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855359; }

 p { color: rgb(133,83,89); }

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

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

 a { background-color: rgb(133,83,89); }

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

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

 span { border-color: rgb(133,83,89); }

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