#82565D

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

Shades of Cannon Pink #82565D

Tints of Cannon Pink #82565D

Color information

#82565D (or 0x82565D) is unknown color: approx Cannon Pink. HEX triplet: 82, 56 and 5D. RGB value is (130,86,93). Sum of RGB (Red+Green+Blue) = 130+86+93=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82565D is #7DA9A2. Grayscale: #636363. Windows color (decimal): -8235427 or 6116994. OLE color: 6116994.

HSL color Cylindrical-coordinate representation of color #82565D: hue angle of 350.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82565D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1308693-
CMYK00.340.280.49
HSL350.45º20.37%42.35%-
HSV(B)350.45º33.85%50.98%-
XYZ14.5112.1911.94-
YUV99.95124.08149.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=42.07%
G=27.83%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130869300.340.280.49350.4520.3742.35
Hex82565D0221C3115e142a
Octal20212613504234615362452
Binary100000101010110101110101000101110011000110101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82565D; }

 p { color: rgb(130,86,93); }

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

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

 a { background-color: rgb(130,86,93); }

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

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

 span { border-color: rgb(130,86,93); }

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