#824A56

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

Shades of Solid Pink #824A56

Tints of Solid Pink #824A56

Color information

#824A56 (or 0x824A56) is unknown color: approx Solid Pink. HEX triplet: 82, 4A and 56. RGB value is (130,74,86). Sum of RGB (Red+Green+Blue) = 130+74+86=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #824A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A56 is #7DB5A9. Grayscale: #5C5C5C. Windows color (decimal): -8238506 or 5655170. OLE color: 5655170.

HSL color Cylindrical-coordinate representation of color #824A56: hue angle of 347.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824A56 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1307486-
CMYK00.430.340.49
HSL347.14º27.45%40%-
HSV(B)347.14º43.08%50.98%-
XYZ13.3310.3210.09-
YUV92.11124.55155.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 74 (29.30% from 255) = 25.52%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=44.83%
G=25.52%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130748600.430.340.49347.1427.4540
Hex824A5602B223115b1b28
Octal20211212605342615333350
Binary1000001010010101010110010101110001011000110101101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,74,86); }

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

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

 a { background-color: rgb(130,74,86); }

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

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

 span { border-color: rgb(130,74,86); }

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