#865359

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

Shades of Solid Pink #865359

Tints of Solid Pink #865359

Color information

#865359 (or 0x865359) is unknown color: approx Solid Pink. HEX triplet: 86, 53 and 59. RGB value is (134,83,89). Sum of RGB (Red+Green+Blue) = 134+83+89=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #865359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865359 is #79ACA6. Grayscale: #626262. Windows color (decimal): -7974055 or 5854086. OLE color: 5854086.

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

Color convert

RGB1348389-
CMYK00.380.340.47
HSL352.94º23.5%42.55%-
HSV(B)352.94º38.06%52.55%-
XYZ14.7311.9810.99-
YUV98.93122.4153.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=43.79%
G=27.12%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134838900.380.340.47352.9423.542.55
Hex865359026222F161182b
Octal20612313104642575413053
Binary1000011010100111011001010011010001010111110110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865359; }

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

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

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

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

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

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

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

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