#826970

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

Shades of Empress #826970

Tints of Empress #826970

Color information

#826970 (or 0x826970) is unknown color: approx Empress. HEX triplet: 82, 69 and 70. RGB value is (130,105,112). Sum of RGB (Red+Green+Blue) = 130+105+112=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826970 is #7D968F. Grayscale: #717171. Windows color (decimal): -8230544 or 7367042. OLE color: 7367042.

HSL color Cylindrical-coordinate representation of color #826970: hue angle of 343.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #826970 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB130105112-
CMYK00.190.140.49
HSL343.2º10.64%46.08%-
HSV(B)343.2º19.23%50.98%-
XYZ17.1816.0217.52-
YUV113.27127.28139.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=37.46%
G=30.26%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010511200.190.140.49343.210.6446.08
Hex826970013E31157b2e
Octal20215116002316615271356
Binary100000101101001111000001001111101100011010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826970; }

 p { color: rgb(130,105,112); }

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

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

 a { background-color: rgb(130,105,112); }

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

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

 span { border-color: rgb(130,105,112); }

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