#825155

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

Shades of Solid Pink #825155

Tints of Solid Pink #825155

Color information

#825155 (or 0x825155) is unknown color: approx Solid Pink. HEX triplet: 82, 51 and 55. RGB value is (130,81,85). Sum of RGB (Red+Green+Blue) = 130+81+85=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #825155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825155 is #7DAEAA. Grayscale: #606060. Windows color (decimal): -8236715 or 5591426. OLE color: 5591426.

HSL color Cylindrical-coordinate representation of color #825155: hue angle of 355.1º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825155 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1308185-
CMYK00.380.350.49
HSL355.1º23.22%41.37%-
HSV(B)355.1º37.69%50.98%-
XYZ13.7911.2910.05-
YUV96.11121.73152.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 85 (33.59% from 255) = 28.72%
R=43.92%
G=27.36%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130818500.380.350.49355.123.2241.37
Hex82515502623311631729
Octal20212112504643615432751
Binary1000001010100011010101010011010001111000110110001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825155; }

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

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

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

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

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

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

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

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