#86536B

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

Shades of Cannon Pink #86536B

Tints of Cannon Pink #86536B

Color information

#86536B (or 0x86536B) is unknown color: approx Cannon Pink. HEX triplet: 86, 53 and 6B. RGB value is (134,83,107). Sum of RGB (Red+Green+Blue) = 134+83+107=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86536B is #79AC94. Grayscale: #646464. Windows color (decimal): -7974037 or 7033734. OLE color: 7033734.

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

Color convert

RGB13483107-
CMYK00.380.200.47
HSL331.76º23.5%42.55%-
HSV(B)331.76º38.06%52.55%-
XYZ15.5812.3215.47-
YUV100.98131.4151.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.36%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 107 (42.19% from 255) = 33.02%
R=41.36%
G=25.62%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348310700.380.200.47331.7623.542.55
Hex86536B026142F14c182b
Octal20612315304624575143053
Binary100001101010011110101101001101010010111110100110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86536B; }

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

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

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

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

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

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

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

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