#820E48

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

Shades of Pompadour #820E48

Tints of Pompadour #820E48

Color information

#820E48 (or 0x820E48) is unknown color: approx Pompadour. HEX triplet: 82, 0E and 48. RGB value is (130,14,72). Sum of RGB (Red+Green+Blue) = 130+14+72=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #820E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E48 is #7DF1B7. Grayscale: #373737. Windows color (decimal): -8253880 or 4722306. OLE color: 4722306.

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

Color convert

RGB1301472-
CMYK00.890.450.49
HSL330º80.56%28.24%-
HSV(B)330º89.23%50.98%-
XYZ10.535.536.64-
YUV55.3137.43181.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.19%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=60.19%
G=6.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130147200.890.450.4933080.5628.24
Hex82E480592D3114a511c
Octal202161100131556151212134
Binary100000101110100100001011001101101110001101001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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