#821342

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

Shades of Pompadour #821342

Tints of Pompadour #821342

Color information

#821342 (or 0x821342) is unknown color: approx Pompadour. HEX triplet: 82, 13 and 42. RGB value is (130,19,66). Sum of RGB (Red+Green+Blue) = 130+19+66=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #821342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821342 is #7DECBD. Grayscale: #393939. Windows color (decimal): -8252606 or 4330370. OLE color: 4330370.

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

Color convert

RGB1301966-
CMYK00.850.490.49
HSL334.59º74.5%29.22%-
HSV(B)334.59º85.38%50.98%-
XYZ10.425.65.69-
YUV57.55132.77179.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=60.47%
G=8.84%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130196600.850.490.49334.5974.529.22
Hex821342055313114f4a1d
Octal202231020125616151711235
Binary1000001010011100001001010101110001110001101001111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821342; }

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

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

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

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

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

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

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

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