#841246

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

Shades of Pompadour #841246

Tints of Pompadour #841246

Color information

#841246 (or 0x841246) is unknown color: approx Pompadour. HEX triplet: 84, 12 and 46. RGB value is (132,18,70). Sum of RGB (Red+Green+Blue) = 132+18+70=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #841246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841246 is #7BEDB9. Grayscale: #393939. Windows color (decimal): -8121786 or 4592260. OLE color: 4592260.

HSL color Cylindrical-coordinate representation of color #841246: hue angle of 332.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841246 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1321870-
CMYK00.860.470.48
HSL332.63º76%29.41%-
HSV(B)332.63º86.36%51.76%-
XYZ10.845.786.34-
YUV58.01134.77180.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=60%
G=8.18%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132187000.860.470.48332.637629.41
Hex8412460562F3014d4c1d
Octal204221060126576051511435
Binary1000010010010100011001010110101111110000101001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841246; }

 p { color: rgb(132,18,70); }

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

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

 a { background-color: rgb(132,18,70); }

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

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

 span { border-color: rgb(132,18,70); }

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