#825055

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

Shades of Solid Pink #825055

Tints of Solid Pink #825055

Color information

#825055 (or 0x825055) is unknown color: approx Solid Pink. HEX triplet: 82, 50 and 55. RGB value is (130,80,85). Sum of RGB (Red+Green+Blue) = 130+80+85=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825055 is #7DAFAA. Grayscale: #5F5F5F. Windows color (decimal): -8236971 or 5591170. OLE color: 5591170.

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

Color convert

RGB1308085-
CMYK00.380.350.49
HSL354º23.81%41.18%-
HSV(B)354º38.46%50.98%-
XYZ13.7111.1410.02-
YUV95.52122.06152.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=44.07%
G=27.12%
B=28.81%

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
Decimal130808500.380.350.4935423.8141.18
Hex82505502623311621829
Octal20212012504643615423051
Binary1000001010100001010101010011010001111000110110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825055; }

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

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

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

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

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

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

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

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