#825157

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

Shades of Solid Pink #825157

Tints of Solid Pink #825157

Color information

#825157 (or 0x825157) is unknown color: approx Solid Pink. HEX triplet: 82, 51 and 57. RGB value is (130,81,87). Sum of RGB (Red+Green+Blue) = 130+81+87=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825157 is #7DAEA8. Grayscale: #606060. Windows color (decimal): -8236713 or 5722498. OLE color: 5722498.

HSL color Cylindrical-coordinate representation of color #825157: hue angle of 352.65º 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 #825157 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1308187-
CMYK00.380.330.49
HSL352.65º23.22%41.37%-
HSV(B)352.65º37.69%50.98%-
XYZ13.8711.3210.47-
YUV96.34122.73152.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=43.62%
G=27.18%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130818700.380.330.49352.6523.2241.37
Hex82515702621311611729
Octal20212112704641615412751
Binary1000001010100011010111010011010000111000110110000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825157; }

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

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

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

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

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

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

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

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