#82545F

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

Shades of Cannon Pink #82545F

Tints of Cannon Pink #82545F

Color information

#82545F (or 0x82545F) is unknown color: approx Cannon Pink. HEX triplet: 82, 54 and 5F. RGB value is (130,84,95). Sum of RGB (Red+Green+Blue) = 130+84+95=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82545F is #7DABA0. Grayscale: #636363. Windows color (decimal): -8235937 or 6247554. OLE color: 6247554.

HSL color Cylindrical-coordinate representation of color #82545F: hue angle of 345.65º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82545F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1308495-
CMYK00.350.270.49
HSL345.65º21.5%41.96%-
HSV(B)345.65º35.38%50.98%-
XYZ14.4411.9112.36-
YUV99.01125.74150.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=42.07%
G=27.18%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130849500.350.270.49345.6521.541.96
Hex82545F0231B3115a152a
Octal20212413704333615322552
Binary100000101010100101111101000111101111000110101101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82545F; }

 p { color: rgb(130,84,95); }

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

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

 a { background-color: rgb(130,84,95); }

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

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

 span { border-color: rgb(130,84,95); }

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