#821246

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

Shades of Pompadour #821246

Tints of Pompadour #821246

Color information

#821246 (or 0x821246) is unknown color: approx Pompadour. HEX triplet: 82, 12 and 46. RGB value is (130,18,70). Sum of RGB (Red+Green+Blue) = 130+18+70=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #821246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821246 is #7DEDB9. Grayscale: #393939. Windows color (decimal): -8252858 or 4592258. OLE color: 4592258.

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

Color convert

RGB1301870-
CMYK00.860.460.49
HSL332.14º75.68%29.02%-
HSV(B)332.14º86.15%50.98%-
XYZ10.535.626.32-
YUV57.42135.11179.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.63%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=59.63%
G=8.26%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130187000.860.460.49332.1475.6829.02
Hex8212460562E3114c4c1d
Octal202221060126566151411435
Binary1000001010010100011001010110101110110001101001100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821246; }

 p { color: rgb(130,18,70); }

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

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

 a { background-color: rgb(130,18,70); }

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

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

 span { border-color: rgb(130,18,70); }

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