#821052

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

Shades of Pompadour #821052

Tints of Pompadour #821052

Color information

#821052 (or 0x821052) is unknown color: approx Pompadour. HEX triplet: 82, 10 and 52. RGB value is (130,16,82). Sum of RGB (Red+Green+Blue) = 130+16+82=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #821052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821052 is #7DEFAD. Grayscale: #393939. Windows color (decimal): -8253358 or 5378178. OLE color: 5378178.

HSL color Cylindrical-coordinate representation of color #821052: hue angle of 325.26º 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 #821052 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1301682-
CMYK00.880.370.49
HSL325.26º78.08%28.63%-
HSV(B)325.26º87.69%50.98%-
XYZ10.915.738.51-
YUV57.61141.77179.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 16 (6.64% from 255) = 7.02%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=57.02%
G=7.02%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130168200.880.370.49325.2678.0828.63
Hex82105205825311454e1d
Octal202201220130456150511635
Binary1000001010000101001001011000100101110001101000101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821052; }

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

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

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

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

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

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

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

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