#821051

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

Shades of Pompadour #821051

Tints of Pompadour #821051

Color information

#821051 (or 0x821051) is unknown color: approx Pompadour. HEX triplet: 82, 10 and 51. RGB value is (130,16,81). Sum of RGB (Red+Green+Blue) = 130+16+81=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #821051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821051 is #7DEFAE. Grayscale: #393939. Windows color (decimal): -8253359 or 5312642. OLE color: 5312642.

HSL color Cylindrical-coordinate representation of color #821051: hue angle of 325.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821051 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1301681-
CMYK00.880.380.49
HSL325.79º78.08%28.63%-
HSV(B)325.79º87.69%50.98%-
XYZ10.885.718.31-
YUV57.5141.27179.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=57.27%
G=7.05%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130168100.880.380.49325.7978.0828.63
Hex82105105826311464e1d
Octal202201210130466150611635
Binary1000001010000101000101011000100110110001101000110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821051; }

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

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

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

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

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

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

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

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