#820E51

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

Shades of Pompadour #820E51

Tints of Pompadour #820E51

Color information

#820E51 (or 0x820E51) is unknown color: approx Pompadour. HEX triplet: 82, 0E and 51. RGB value is (130,14,81). Sum of RGB (Red+Green+Blue) = 130+14+81=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #820E51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E51 is #7DF1AE. Grayscale: #383838. Windows color (decimal): -8253871 or 5312130. OLE color: 5312130.

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

Color convert

RGB1301481-
CMYK00.890.380.49
HSL325.34º80.56%28.24%-
HSV(B)325.34º89.23%50.98%-
XYZ10.855.658.3-
YUV56.32141.93180.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 81 (32.03% from 255) = 36%
R=57.78%
G=6.22%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130148100.890.380.49325.3480.5628.24
Hex82E510592631145511c
Octal202161210131466150512134
Binary100000101110101000101011001100110110001101000101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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