#841044

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

Shades of Pompadour #841044

Tints of Pompadour #841044

Color information

#841044 (or 0x841044) is unknown color: approx Pompadour. HEX triplet: 84, 10 and 44. RGB value is (132,16,68). Sum of RGB (Red+Green+Blue) = 132+16+68=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #841044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #841044 is #7BEFBB. Grayscale: #383838. Windows color (decimal): -8122300 or 4460676. OLE color: 4460676.

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

Color convert

RGB1321668-
CMYK00.880.480.48
HSL333.1º78.38%29.02%-
HSV(B)333.1º87.88%51.76%-
XYZ10.745.696-
YUV56.61134.43181.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.11%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=61.11%
G=7.41%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132166800.880.480.48333.178.3829.02
Hex841044058303014d4e1d
Octal204201040130606051511635
Binary1000010010000100010001011000110000110000101001101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841044; }

 p { color: rgb(132,16,68); }

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

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

 a { background-color: rgb(132,16,68); }

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

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

 span { border-color: rgb(132,16,68); }

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