#865361

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

Shades of Cannon Pink #865361

Tints of Cannon Pink #865361

Color information

#865361 (or 0x865361) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 61. RGB value is (134,83,97). Sum of RGB (Red+Green+Blue) = 134+83+97=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #865361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865361 is #79AC9E. Grayscale: #636363. Windows color (decimal): -7974047 or 6378374. OLE color: 6378374.

HSL color Cylindrical-coordinate representation of color #865361: hue angle of 343.53º 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 #865361 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1348397-
CMYK00.380.280.47
HSL343.53º23.5%42.55%-
HSV(B)343.53º38.06%52.55%-
XYZ15.0812.1212.85-
YUV99.84126.4152.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=42.68%
G=26.43%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134839700.380.280.47343.5323.542.55
Hex8653610261C2F158182b
Octal20612314104634575303053
Binary100001101010011110000101001101110010111110101100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865361; }

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

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

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

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

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

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

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

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