#82565B

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

Shades of Solid Pink #82565B

Tints of Solid Pink #82565B

Color information

#82565B (or 0x82565B) is unknown color: approx Solid Pink. HEX triplet: 82, 56 and 5B. RGB value is (130,86,91). Sum of RGB (Red+Green+Blue) = 130+86+91=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82565B is #7DA9A4. Grayscale: #636363. Windows color (decimal): -8235429 or 5985922. OLE color: 5985922.

HSL color Cylindrical-coordinate representation of color #82565B: hue angle of 353.18º 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 #82565B is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1308691-
CMYK00.340.300.49
HSL353.18º20.37%42.35%-
HSV(B)353.18º33.85%50.98%-
XYZ14.4212.1611.48-
YUV99.73123.08149.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.35%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=42.35%
G=28.01%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130869100.340.300.49353.1820.3742.35
Hex82565B0221E31161142a
Octal20212613304236615412452
Binary100000101010110101101101000101111011000110110000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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