#811044

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

Shades of Pompadour #811044

Tints of Pompadour #811044

Color information

#811044 (or 0x811044) is unknown color: approx Pompadour. HEX triplet: 81, 10 and 44. RGB value is (129,16,68). Sum of RGB (Red+Green+Blue) = 129+16+68=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #811044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811044 is #7EEFBB. Grayscale: #373737. Windows color (decimal): -8318908 or 4460673. OLE color: 4460673.

HSL color Cylindrical-coordinate representation of color #811044: hue angle of 332.39º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811044 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1291668-
CMYK00.880.470.49
HSL332.39º77.93%28.43%-
HSV(B)332.39º87.6%50.59%-
XYZ10.285.465.98-
YUV55.72134.94180.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=60.56%
G=7.51%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129166800.880.470.49332.3977.9328.43
Hex8110440582F3114c4e1c
Octal201201040130576151411634
Binary1000000110000100010001011000101111110001101001100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811044; }

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

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

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

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

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

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

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

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