#824F56

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

Shades of Solid Pink #824F56

Tints of Solid Pink #824F56

Color information

#824F56 (or 0x824F56) is unknown color: approx Solid Pink. HEX triplet: 82, 4F and 56. RGB value is (130,79,86). Sum of RGB (Red+Green+Blue) = 130+79+86=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #824F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F56 is #7DB0A9. Grayscale: #5F5F5F. Windows color (decimal): -8237226 or 5656450. OLE color: 5656450.

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

Color convert

RGB1307986-
CMYK00.390.340.49
HSL351.76º24.4%40.98%-
HSV(B)351.76º39.23%50.98%-
XYZ13.6811.0110.21-
YUV95.05122.9152.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 86 (33.98% from 255) = 29.15%
R=44.07%
G=26.78%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130798600.390.340.49351.7624.440.98
Hex824F5602722311601829
Octal20211712604742615403051
Binary1000001010011111010110010011110001011000110110000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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