#826871

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

Shades of Empress #826871

Tints of Empress #826871

Color information

#826871 (or 0x826871) is unknown color: approx Empress. HEX triplet: 82, 68 and 71. RGB value is (130,104,113). Sum of RGB (Red+Green+Blue) = 130+104+113=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826871 is #7D978E. Grayscale: #707070. Windows color (decimal): -8230799 or 7432322. OLE color: 7432322.

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

Color convert

RGB130104113-
CMYK00.20.130.49
HSL339.23º11.11%45.88%-
HSV(B)339.23º20%50.98%-
XYZ17.1415.8417.78-
YUV112.8128.11140.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=37.46%
G=29.97%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010411300.20.130.49339.2311.1145.88
Hex826871014D31153b2e
Octal20215016102415615231356
Binary100000101101000111000101010011011100011010100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826871; }

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

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

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

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

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

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

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

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