#811047

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

Shades of Pompadour #811047

Tints of Pompadour #811047

Color information

#811047 (or 0x811047) is unknown color: approx Pompadour. HEX triplet: 81, 10 and 47. RGB value is (129,16,71). Sum of RGB (Red+Green+Blue) = 129+16+71=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #811047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811047 is #7EEFB8. Grayscale: #373737. Windows color (decimal): -8318905 or 4657281. OLE color: 4657281.

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

Color convert

RGB1291671-
CMYK00.880.450.49
HSL330.8º77.93%28.43%-
HSV(B)330.8º87.6%50.59%-
XYZ10.385.496.47-
YUV56.06136.44180.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=59.72%
G=7.41%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129167100.880.450.49330.877.9328.43
Hex8110470582D3114b4e1c
Octal201201070130556151311634
Binary1000000110000100011101011000101101110001101001011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811047; }

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

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

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

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

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

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

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

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