#826C71

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

Shades of Empress #826C71

Tints of Empress #826C71

Color information

#826C71 (or 0x826C71) is unknown color: approx Empress. HEX triplet: 82, 6C and 71. RGB value is (130,108,113). Sum of RGB (Red+Green+Blue) = 130+108+113=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #826C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C71 is #7D938E. Grayscale: #737373. Windows color (decimal): -8229775 or 7433346. OLE color: 7433346.

HSL color Cylindrical-coordinate representation of color #826C71: hue angle of 346.36º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #826C71 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB130108113-
CMYK00.170.130.49
HSL346.36º9.24%46.67%-
HSV(B)346.36º16.92%50.98%-
XYZ17.5516.6617.91-
YUV115.15126.79138.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=37.04%
G=30.77%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010811300.170.130.49346.369.2446.67
Hex826C71011D3115a92f
Octal20215416102115615321157
Binary100000101101100111000101000111011100011010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826C71; }

 p { color: rgb(130,108,113); }

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

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

 a { background-color: rgb(130,108,113); }

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

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

 span { border-color: rgb(130,108,113); }

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