#820E44

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

Shades of Pompadour #820E44

Tints of Pompadour #820E44

Color information

#820E44 (or 0x820E44) is unknown color: approx Pompadour. HEX triplet: 82, 0E and 44. RGB value is (130,14,68). Sum of RGB (Red+Green+Blue) = 130+14+68=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #820E44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E44 is #7DF1BB. Grayscale: #363636. Windows color (decimal): -8253884 or 4460162. OLE color: 4460162.

HSL color Cylindrical-coordinate representation of color #820E44: hue angle of 332.07º 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 #820E44 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1301468-
CMYK00.890.480.49
HSL332.07º80.56%28.24%-
HSV(B)332.07º89.23%50.98%-
XYZ10.415.485.98-
YUV54.84135.43181.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 68 (26.95% from 255) = 32.08%
R=61.32%
G=6.60%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130146800.890.480.49332.0780.5628.24
Hex82E44059303114c511c
Octal202161040131606151412134
Binary100000101110100010001011001110000110001101001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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