#821042

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

Shades of Pompadour #821042

Tints of Pompadour #821042

Color information

#821042 (or 0x821042) is unknown color: approx Pompadour. HEX triplet: 82, 10 and 42. RGB value is (130,16,66). Sum of RGB (Red+Green+Blue) = 130+16+66=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #821042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821042 is #7DEFBD. Grayscale: #373737. Windows color (decimal): -8253374 or 4329602. OLE color: 4329602.

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

Color convert

RGB1301666-
CMYK00.880.490.49
HSL333.68º78.08%28.63%-
HSV(B)333.68º87.69%50.98%-
XYZ10.375.515.67-
YUV55.79133.77180.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=61.32%
G=7.55%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130166600.880.490.49333.6878.0828.63
Hex821042058313114e4e1d
Octal202201020130616151611635
Binary1000001010000100001001011000110001110001101001110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821042; }

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

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

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

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

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

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

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

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