#82585F

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

Shades of Cannon Pink #82585F

Tints of Cannon Pink #82585F

Color information

#82585F (or 0x82585F) is unknown color: approx Cannon Pink. HEX triplet: 82, 58 and 5F. RGB value is (130,88,95). Sum of RGB (Red+Green+Blue) = 130+88+95=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #82585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82585F is #7DA7A0. Grayscale: #656565. Windows color (decimal): -8234913 or 6248578. OLE color: 6248578.

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

Color convert

RGB1308895-
CMYK00.320.270.49
HSL350º19.27%42.75%-
HSV(B)350º32.31%50.98%-
XYZ14.7612.5512.47-
YUV101.36124.41148.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=41.53%
G=28.12%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130889500.320.270.4935019.2742.75
Hex82585F0201B3115e132b
Octal20213013704033615362353
Binary100000101011000101111101000001101111000110101111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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