#82555F

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

Shades of Cannon Pink #82555F

Tints of Cannon Pink #82555F

Color information

#82555F (or 0x82555F) is unknown color: approx Cannon Pink. HEX triplet: 82, 55 and 5F. RGB value is (130,85,95). Sum of RGB (Red+Green+Blue) = 130+85+95=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82555F is #7DAAA0. Grayscale: #636363. Windows color (decimal): -8235681 or 6247810. OLE color: 6247810.

HSL color Cylindrical-coordinate representation of color #82555F: hue angle of 346.67º 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 #82555F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1308595-
CMYK00.350.270.49
HSL346.67º20.93%42.16%-
HSV(B)346.67º34.62%50.98%-
XYZ14.5212.0712.39-
YUV99.59125.41149.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=41.94%
G=27.42%
B=30.65%

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
Decimal130859500.350.270.49346.6720.9342.16
Hex82555F0231B3115b152a
Octal20212513704333615332552
Binary100000101010101101111101000111101111000110101101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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