#809571

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

Shades of Amulet #809571

Tints of Amulet #809571

Color information

#809571 (or 0x809571) is unknown color: approx Amulet. HEX triplet: 80, 95 and 71. RGB value is (128,149,113). Sum of RGB (Red+Green+Blue) = 128+149+113=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #809571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809571 is #7F6A8E. Grayscale: #8A8A8A. Windows color (decimal): -8350351 or 7443840. OLE color: 7443840.

HSL color Cylindrical-coordinate representation of color #809571: hue angle of 95º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #809571 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB128149113-
CMYK0.1400.240.42
HSL95º14.52%51.37%-
HSV(B)95º24.16%58.43%-
XYZ22.6327.2819.69-
YUV138.62113.54120.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=32.82%
G=38.21%
B=28.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281491130.1400.240.429514.5251.37
Hex809571E0182A5ff33
Octal20022516116030521371763
Binary10000000100101011110001111001100010101010111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809571; }

 p { color: rgb(128,149,113); }

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

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

 a { background-color: rgb(128,149,113); }

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

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

 span { border-color: rgb(128,149,113); }

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