#86525B

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

Shades of Cannon Pink #86525B

Tints of Cannon Pink #86525B

Color information

#86525B (or 0x86525B) is unknown color: approx Cannon Pink. HEX triplet: 86, 52 and 5B. RGB value is (134,82,91). Sum of RGB (Red+Green+Blue) = 134+82+91=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86525B is #79ADA4. Grayscale: #626262. Windows color (decimal): -7974309 or 5984902. OLE color: 5984902.

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

Color convert

RGB1348291-
CMYK00.390.320.47
HSL349.62º24.07%42.35%-
HSV(B)349.62º38.81%52.55%-
XYZ14.7411.8611.41-
YUV98.57123.73153.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=43.65%
G=26.71%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134829100.390.320.47349.6224.0742.35
Hex86525B027202F15e182a
Octal20612213304740575363052
Binary1000011010100101011011010011110000010111110101111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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