#825255

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

Shades of Solid Pink #825255

Tints of Solid Pink #825255

Color information

#825255 (or 0x825255) is unknown color: approx Solid Pink. HEX triplet: 82, 52 and 55. RGB value is (130,82,85). Sum of RGB (Red+Green+Blue) = 130+82+85=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #825255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825255 is #7DADAA. Grayscale: #606060. Windows color (decimal): -8236459 or 5591682. OLE color: 5591682.

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

Color convert

RGB1308285-
CMYK00.370.350.49
HSL356.25º22.64%41.57%-
HSV(B)356.25º36.92%50.98%-
XYZ13.8611.4410.07-
YUV96.69121.4151.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=43.77%
G=27.61%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130828500.370.350.49356.2522.6441.57
Hex8252550252331164172a
Octal20212212504543615442752
Binary1000001010100101010101010010110001111000110110010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825255; }

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

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

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

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

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

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

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

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