#811551

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

Shades of Pompadour #811551

Tints of Pompadour #811551

Color information

#811551 (or 0x811551) is unknown color: approx Pompadour. HEX triplet: 81, 15 and 51. RGB value is (129,21,81). Sum of RGB (Red+Green+Blue) = 129+21+81=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #811551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811551 is #7EEAAE. Grayscale: #3C3C3C. Windows color (decimal): -8317615 or 5313921. OLE color: 5313921.

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

Color convert

RGB1292181-
CMYK00.840.370.49
HSL326.67º72%29.41%-
HSV(B)326.67º83.72%50.59%-
XYZ10.815.88.33-
YUV60.13139.78177.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=55.84%
G=9.09%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129218100.840.370.49326.677229.41
Hex8115510542531147481d
Octal201251210124456150711035
Binary1000000110101101000101010100100101110001101000111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811551; }

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

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

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

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

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

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

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

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