#836870

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

Shades of Empress #836870

Tints of Empress #836870

Color information

#836870 (or 0x836870) is unknown color: approx Empress. HEX triplet: 83, 68 and 70. RGB value is (131,104,112). Sum of RGB (Red+Green+Blue) = 131+104+112=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #836870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836870 is #7C978F. Grayscale: #707070. Windows color (decimal): -8165264 or 7366787. OLE color: 7366787.

HSL color Cylindrical-coordinate representation of color #836870: hue angle of 342.22º 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 #836870 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB131104112-
CMYK00.210.150.49
HSL342.22º11.49%46.08%-
HSV(B)342.22º20.61%51.37%-
XYZ17.2415.917.49-
YUV112.98127.45140.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=37.75%
G=29.97%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110411200.210.150.49342.2211.4946.08
Hex836870015F31156b2e
Octal20315016002517615261356
Binary100000111101000111000001010111111100011010101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836870; }

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

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

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

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

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

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

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

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