#821740

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

Shades of Pompadour #821740

Tints of Pompadour #821740

Color information

#821740 (or 0x821740) is unknown color: approx Pompadour. HEX triplet: 82, 17 and 40. RGB value is (130,23,64). Sum of RGB (Red+Green+Blue) = 130+23+64=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #821740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821740 is #7DE8BF. Grayscale: #3B3B3B. Windows color (decimal): -8251584 or 4200322. OLE color: 4200322.

HSL color Cylindrical-coordinate representation of color #821740: hue angle of 337.01º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821740 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1302364-
CMYK00.820.510.49
HSL337.01º69.93%30%-
HSV(B)337.01º82.31%50.98%-
XYZ10.445.735.41-
YUV59.67130.45178.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=59.91%
G=10.60%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130236400.820.510.49337.0169.9330
Hex8217400523331151461e
Octal202271000122636152110636
Binary1000001010111100000001010010110011110001101010001100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821740; }

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

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

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

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

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

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

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

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