#811444

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

Shades of Pompadour #811444

Tints of Pompadour #811444

Color information

#811444 (or 0x811444) is unknown color: approx Pompadour. HEX triplet: 81, 14 and 44. RGB value is (129,20,68). Sum of RGB (Red+Green+Blue) = 129+20+68=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #811444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811444 is #7EEBBB. Grayscale: #393939. Windows color (decimal): -8317884 or 4461697. OLE color: 4461697.

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

Color convert

RGB1292068-
CMYK00.840.470.49
HSL333.58º73.15%29.22%-
HSV(B)333.58º84.5%50.59%-
XYZ10.355.586-
YUV58.06133.61178.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=59.45%
G=9.22%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129206800.840.470.49333.5873.1529.22
Hex8114440542F3114e491d
Octal201241040124576151611135
Binary1000000110100100010001010100101111110001101001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811444; }

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

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

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

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

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

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

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

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