#836871

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

Shades of Empress #836871

Tints of Empress #836871

Color information

#836871 (or 0x836871) is unknown color: approx Empress. HEX triplet: 83, 68 and 71. RGB value is (131,104,113). Sum of RGB (Red+Green+Blue) = 131+104+113=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #836871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836871 is #7C978E. Grayscale: #717171. Windows color (decimal): -8165263 or 7432323. OLE color: 7432323.

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

Color convert

RGB131104113-
CMYK00.210.140.49
HSL340º11.49%46.08%-
HSV(B)340º20.61%51.37%-
XYZ17.2915.9217.78-
YUV113.1127.95140.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=37.64%
G=29.89%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110411300.210.140.4934011.4946.08
Hex836871015E31154b2e
Octal20315016102516615241356
Binary100000111101000111000101010111101100011010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836871; }

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

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

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

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

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

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

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

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