#820E46

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

Shades of Pompadour #820E46

Tints of Pompadour #820E46

Color information

#820E46 (or 0x820E46) is unknown color: approx Pompadour. HEX triplet: 82, 0E and 46. RGB value is (130,14,70). Sum of RGB (Red+Green+Blue) = 130+14+70=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #820E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E46 is #7DF1B9. Grayscale: #363636. Windows color (decimal): -8253882 or 4591234. OLE color: 4591234.

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

Color convert

RGB1301470-
CMYK00.890.460.49
HSL331.03º80.56%28.24%-
HSV(B)331.03º89.23%50.98%-
XYZ10.475.56.3-
YUV55.07136.43181.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 14 (5.86% from 255) = 6.54%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=60.75%
G=6.54%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130147000.890.460.49331.0380.5628.24
Hex82E460592E3114b511c
Octal202161060131566151312134
Binary100000101110100011001011001101110110001101001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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