#825455

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

Shades of Solid Pink #825455

Tints of Solid Pink #825455

Color information

#825455 (or 0x825455) is unknown color: approx Solid Pink. HEX triplet: 82, 54 and 55. RGB value is (130,84,85). Sum of RGB (Red+Green+Blue) = 130+84+85=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #825455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825455 is #7DABAA. Grayscale: #616161. Windows color (decimal): -8235947 or 5592194. OLE color: 5592194.

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

Color convert

RGB1308485-
CMYK00.350.350.49
HSL358.7º21.5%41.96%-
HSV(B)358.7º35.38%50.98%-
XYZ14.0211.7410.12-
YUV97.87120.74150.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=43.48%
G=28.09%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130848500.350.350.49358.721.541.96
Hex8254550232331167152a
Octal20212412504343615472552
Binary1000001010101001010101010001110001111000110110011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825455; }

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

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

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

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

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

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

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

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