#865055

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

Shades of Solid Pink #865055

Tints of Solid Pink #865055

Color information

#865055 (or 0x865055) is unknown color: approx Solid Pink. HEX triplet: 86, 50 and 55. RGB value is (134,80,85). Sum of RGB (Red+Green+Blue) = 134+80+85=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865055 is #79AFAA. Grayscale: #606060. Windows color (decimal): -7974827 or 5591174. OLE color: 5591174.

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

Color convert

RGB1348085-
CMYK00.400.370.47
HSL354.44º25.23%41.96%-
HSV(B)354.44º40.3%52.55%-
XYZ14.3411.4610.05-
YUV96.72121.39154.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=44.82%
G=26.76%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134808500.400.370.47354.4425.2341.96
Hex865055028252F162192a
Octal20612012505045575423152
Binary1000011010100001010101010100010010110111110110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865055; }

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

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

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

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

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

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

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

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