#820B4C

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

Shades of Pompadour #820B4C

Tints of Pompadour #820B4C

Color information

#820B4C (or 0x820B4C) is unknown color: approx Pompadour. HEX triplet: 82, 0B and 4C. RGB value is (130,11,76). Sum of RGB (Red+Green+Blue) = 130+11+76=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #820B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820B4C is #7DF4B3. Grayscale: #353535. Windows color (decimal): -8254644 or 4983682. OLE color: 4983682.

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

Color convert

RGB1301176-
CMYK00.920.420.49
HSL327.23º84.4%27.65%-
HSV(B)327.23º91.54%50.98%-
XYZ10.635.517.34-
YUV53.99140.42182.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=59.91%
G=5.07%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130117600.920.420.49327.2384.427.65
Hex82B4C05C2A31147541c
Octal202131140134526150712434
Binary100000101011100110001011100101010110001101000111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,11,76); }

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

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

 a { background-color: rgb(130,11,76); }

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

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

 span { border-color: rgb(130,11,76); }

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