#825053

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

Shades of Solid Pink #825053

Tints of Solid Pink #825053

Color information

#825053 (or 0x825053) is unknown color: approx Solid Pink. HEX triplet: 82, 50 and 53. RGB value is (130,80,83). Sum of RGB (Red+Green+Blue) = 130+80+83=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #825053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825053 is #7DAFAC. Grayscale: #5F5F5F. Windows color (decimal): -8236973 or 5460098. OLE color: 5460098.

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

Color convert

RGB1308083-
CMYK00.380.360.49
HSL356.4º23.81%41.18%-
HSV(B)356.4º38.46%50.98%-
XYZ13.6411.119.61-
YUV95.29121.06152.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=44.37%
G=27.30%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130808300.380.360.49356.423.8141.18
Hex82505302624311641829
Octal20212012304644615443051
Binary1000001010100001010011010011010010011000110110010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825053; }

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

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

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

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

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

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

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

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