#865259

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

Shades of Solid Pink #865259

Tints of Solid Pink #865259

Color information

#865259 (or 0x865259) is unknown color: approx Solid Pink. HEX triplet: 86, 52 and 59. RGB value is (134,82,89). Sum of RGB (Red+Green+Blue) = 134+82+89=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #865259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865259 is #79ADA6. Grayscale: #626262. Windows color (decimal): -7974311 or 5853830. OLE color: 5853830.

HSL color Cylindrical-coordinate representation of color #865259: hue angle of 351.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865259 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1348289-
CMYK00.390.340.47
HSL351.92º24.07%42.35%-
HSV(B)351.92º38.81%52.55%-
XYZ14.6511.8210.96-
YUV98.35122.73153.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=43.93%
G=26.89%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134828900.390.340.47351.9224.0742.35
Hex865259027222F160182a
Octal20612213104742575403052
Binary1000011010100101011001010011110001010111110110000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865259; }

 p { color: rgb(134,82,89); }

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

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

 a { background-color: rgb(134,82,89); }

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

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

 span { border-color: rgb(134,82,89); }

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