#811244

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

Shades of Pompadour #811244

Tints of Pompadour #811244

Color information

#811244 (or 0x811244) is unknown color: approx Pompadour. HEX triplet: 81, 12 and 44. RGB value is (129,18,68). Sum of RGB (Red+Green+Blue) = 129+18+68=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #811244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811244 is #7EEDBB. Grayscale: #383838. Windows color (decimal): -8318396 or 4461185. OLE color: 4461185.

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

Color convert

RGB1291868-
CMYK00.860.470.49
HSL332.97º75.51%28.82%-
HSV(B)332.97º86.05%50.59%-
XYZ10.315.525.99-
YUV56.89134.27179.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=60%
G=8.37%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129186800.860.470.49332.9775.5128.82
Hex8112440562F3114d4c1d
Octal201221040126576151511435
Binary1000000110010100010001010110101111110001101001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811244; }

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

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

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

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

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

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

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

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