#821343

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

Shades of Pompadour #821343

Tints of Pompadour #821343

Color information

#821343 (or 0x821343) is unknown color: approx Pompadour. HEX triplet: 82, 13 and 43. RGB value is (130,19,67). Sum of RGB (Red+Green+Blue) = 130+19+67=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #821343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821343 is #7DECBC. Grayscale: #393939. Windows color (decimal): -8252605 or 4395906. OLE color: 4395906.

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

Color convert

RGB1301967-
CMYK00.850.480.49
HSL334.05º74.5%29.22%-
HSV(B)334.05º85.38%50.98%-
XYZ10.455.625.84-
YUV57.66133.27179.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.19%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=60.19%
G=8.80%
B=31.02%

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
Decimal130196700.850.480.49334.0574.529.22
Hex821343055303114e4a1d
Octal202231030125606151611235
Binary1000001010011100001101010101110000110001101001110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821343; }

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

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

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

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

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

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

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

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