#824D50

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

Shades of Solid Pink #824D50

Tints of Solid Pink #824D50

Color information

#824D50 (or 0x824D50) is unknown color: approx Solid Pink. HEX triplet: 82, 4D and 50. RGB value is (130,77,80). Sum of RGB (Red+Green+Blue) = 130+77+80=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #824D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D50 is #7DB2AF. Grayscale: #5D5D5D. Windows color (decimal): -8237744 or 5262722. OLE color: 5262722.

HSL color Cylindrical-coordinate representation of color #824D50: hue angle of 356.6º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #824D50 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1307780-
CMYK00.410.380.49
HSL356.6º25.6%40.59%-
HSV(B)356.6º40.77%50.98%-
XYZ13.3110.638.94-
YUV93.19120.56154.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 77 (30.47% from 255) = 26.83%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=45.30%
G=26.83%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130778000.410.380.49356.625.640.59
Hex824D5002926311651a29
Octal20211512005146615453251
Binary1000001010011011010000010100110011011000110110010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824D50; }

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

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

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

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

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

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

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

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