#82555B

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

Shades of Solid Pink #82555B

Tints of Solid Pink #82555B

Color information

#82555B (or 0x82555B) is unknown color: approx Solid Pink. HEX triplet: 82, 55 and 5B. RGB value is (130,85,91). Sum of RGB (Red+Green+Blue) = 130+85+91=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82555B is #7DAAA4. Grayscale: #636363. Windows color (decimal): -8235685 or 5985666. OLE color: 5985666.

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

Color convert

RGB1308591-
CMYK00.350.300.49
HSL352º20.93%42.16%-
HSV(B)352º34.62%50.98%-
XYZ14.341211.46-
YUV99.14123.41150.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=42.48%
G=27.78%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130859100.350.300.4935220.9342.16
Hex82555B0231E31160152a
Octal20212513304336615402552
Binary100000101010101101101101000111111011000110110000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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