#820D4C

Color #820D4C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #820D4C

Tints of Pompadour #820D4C

Color information

#820D4C (or 0x820D4C) is unknown color: approx Pompadour. HEX triplet: 82, 0D and 4C. RGB value is (130,13,76). Sum of RGB (Red+Green+Blue) = 130+13+76=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D4C is #7DF2B3. Grayscale: #373737. Windows color (decimal): -8254132 or 4984194. OLE color: 4984194.

HSL color Cylindrical-coordinate representation of color #820D4C: hue angle of 327.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D4C is Cyan = 0, Magento = 0.9, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1301376-
CMYK00.90.420.49
HSL327.69º81.82%28.04%-
HSV(B)327.69º90%50.98%-
XYZ10.655.567.35-
YUV55.16139.76181.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=59.36%
G=5.94%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130137600.90.420.49327.6981.8228.04
Hex82D4C05A2A31148521c
Octal202151140132526151012234
Binary100000101101100110001011010101010110001101001000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820D4C; }

 p { color: rgb(130,13,76); }

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

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

 a { background-color: rgb(130,13,76); }

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

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

 span { border-color: rgb(130,13,76); }

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