#824851

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

Shades of Solid Pink #824851

Tints of Solid Pink #824851

Color information

#824851 (or 0x824851) is unknown color: approx Solid Pink. HEX triplet: 82, 48 and 51. RGB value is (130,72,81). Sum of RGB (Red+Green+Blue) = 130+72+81=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824851 is #7DB7AE. Grayscale: #5A5A5A. Windows color (decimal): -8239023 or 5326978. OLE color: 5326978.

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

Color convert

RGB1307281-
CMYK00.450.380.49
HSL350.69º28.71%39.61%-
HSV(B)350.69º44.62%50.98%-
XYZ13.019.979.02-
YUV90.37122.72156.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=45.94%
G=25.44%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130728100.450.380.49350.6928.7139.61
Hex82485102D263115f1d28
Octal20211012105546615373550
Binary1000001010010001010001010110110011011000110101111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824851; }

 p { color: rgb(130,72,81); }

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

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

 a { background-color: rgb(130,72,81); }

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

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

 span { border-color: rgb(130,72,81); }

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