#811356

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

Shades of Pompadour #811356

Tints of Pompadour #811356

Color information

#811356 (or 0x811356) is unknown color: approx Pompadour. HEX triplet: 81, 13 and 56. RGB value is (129,19,86). Sum of RGB (Red+Green+Blue) = 129+19+86=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #811356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811356 is #7EECA9. Grayscale: #3B3B3B. Windows color (decimal): -8318122 or 5641089. OLE color: 5641089.

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

Color convert

RGB1291986-
CMYK00.850.330.49
HSL323.45º74.32%29.02%-
HSV(B)323.45º85.27%50.59%-
XYZ10.975.89.35-
YUV59.53142.94177.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.13%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=55.13%
G=8.12%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129198600.850.330.49323.4574.3229.02
Hex81135605521311434a1d
Octal201231260125416150311235
Binary1000000110011101011001010101100001110001101000011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811356; }

 p { color: rgb(129,19,86); }

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

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

 a { background-color: rgb(129,19,86); }

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

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

 span { border-color: rgb(129,19,86); }

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