#856971

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

Shades of Empress #856971

Tints of Empress #856971

Color information

#856971 (or 0x856971) is unknown color: approx Empress. HEX triplet: 85, 69 and 71. RGB value is (133,105,113). Sum of RGB (Red+Green+Blue) = 133+105+113=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856971 is #7A968E. Grayscale: #727272. Windows color (decimal): -8033935 or 7432581. OLE color: 7432581.

HSL color Cylindrical-coordinate representation of color #856971: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856971 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB133105113-
CMYK00.210.150.48
HSL342.86º11.76%46.67%-
HSV(B)342.86º21.05%52.16%-
XYZ17.7116.2817.83-
YUV114.28127.28141.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=37.89%
G=29.91%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310511300.210.150.48342.8611.7646.67
Hex856971015F30157c2f
Octal20515116102517605271457
Binary100001011101001111000101010111111100001010101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856971; }

 p { color: rgb(133,105,113); }

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

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

 a { background-color: rgb(133,105,113); }

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

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

 span { border-color: rgb(133,105,113); }

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