#811550

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

Shades of Pompadour #811550

Tints of Pompadour #811550

Color information

#811550 (or 0x811550) is unknown color: approx Pompadour. HEX triplet: 81, 15 and 50. RGB value is (129,21,80). Sum of RGB (Red+Green+Blue) = 129+21+80=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #811550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811550 is #7EEAAF. Grayscale: #3B3B3B. Windows color (decimal): -8317616 or 5248385. OLE color: 5248385.

HSL color Cylindrical-coordinate representation of color #811550: hue angle of 327.22º degrees, saturation: 0.72, 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 #811550 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1292180-
CMYK00.840.380.49
HSL327.22º72%29.41%-
HSV(B)327.22º83.72%50.59%-
XYZ10.775.788.14-
YUV60.02139.28177.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=56.09%
G=9.13%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129218000.840.380.49327.227229.41
Hex8115500542631147481d
Octal201251200124466150711035
Binary1000000110101101000001010100100110110001101000111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811550; }

 p { color: rgb(129,21,80); }

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

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

 a { background-color: rgb(129,21,80); }

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

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

 span { border-color: rgb(129,21,80); }

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