#821344

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

Shades of Pompadour #821344

Tints of Pompadour #821344

Color information

#821344 (or 0x821344) is unknown color: approx Pompadour. HEX triplet: 82, 13 and 44. RGB value is (130,19,68). Sum of RGB (Red+Green+Blue) = 130+19+68=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #821344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821344 is #7DECBB. Grayscale: #393939. Windows color (decimal): -8252604 or 4461442. OLE color: 4461442.

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

Color convert

RGB1301968-
CMYK00.850.480.49
HSL333.51º74.5%29.22%-
HSV(B)333.51º85.38%50.98%-
XYZ10.485.636-
YUV57.78133.77179.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=59.91%
G=8.76%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130196800.850.480.49333.5174.529.22
Hex821344055303114e4a1d
Octal202231040125606151611235
Binary1000001010011100010001010101110000110001101001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821344; }

 p { color: rgb(130,19,68); }

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

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

 a { background-color: rgb(130,19,68); }

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

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

 span { border-color: rgb(130,19,68); }

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