#821340

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

Shades of Pompadour #821340

Tints of Pompadour #821340

Color information

#821340 (or 0x821340) is unknown color: approx Pompadour. HEX triplet: 82, 13 and 40. RGB value is (130,19,64). Sum of RGB (Red+Green+Blue) = 130+19+64=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #821340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821340 is #7DECBF. Grayscale: #393939. Windows color (decimal): -8252608 or 4199298. OLE color: 4199298.

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

Color convert

RGB1301964-
CMYK00.850.510.49
HSL335.68º74.5%29.22%-
HSV(B)335.68º85.38%50.98%-
XYZ10.365.585.38-
YUV57.32131.77179.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 19 (7.81% from 255) = 8.92%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=61.03%
G=8.92%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130196400.850.510.49335.6874.529.22
Hex82134005533311504a1d
Octal202231000125636152011235
Binary1000001010011100000001010101110011110001101010000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821340; }

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

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

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

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

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

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

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

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