#821742

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

Shades of Pompadour #821742

Tints of Pompadour #821742

Color information

#821742 (or 0x821742) is unknown color: approx Pompadour. HEX triplet: 82, 17 and 42. RGB value is (130,23,66). Sum of RGB (Red+Green+Blue) = 130+23+66=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #821742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821742 is #7DE8BD. Grayscale: #3B3B3B. Windows color (decimal): -8251582 or 4331394. OLE color: 4331394.

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

Color convert

RGB1302366-
CMYK00.820.490.49
HSL335.89º69.93%30%-
HSV(B)335.89º82.31%50.98%-
XYZ10.55.755.71-
YUV59.9131.45178-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.36%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=59.36%
G=10.50%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130236600.820.490.49335.8969.9330
Hex8217420523131150461e
Octal202271020122616152010636
Binary1000001010111100001001010010110001110001101010000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821742; }

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

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

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

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

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

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

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

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