Html Css Color HEX #856971 Empress

📋 copy color: '#856971'

red 133 ◦ green 105 ◦ blue 113

#856971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #856971

Tints of Empress #856971

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 value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#856971 (or 0x856971) is known color: 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

RGB 133 105 113 -
CMYK 0 0.21 0.15 0.48
HSL 342.86º 0.12% 0.47% -
HSV(B) 342.86º 0.21% 0.52% -
XYZ 17.71 16.28 17.83 -
YUV 114.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 133 105 113 0 0.21 0.15 0.48 342.86 0.12 0.47
Hex 85 69 71 0 15 F 30 157 C 2F
Octal 205 151 161 0 25 17 60 527 14 57
Binary 10000101 1101001 1110001 0 10101 1111 110000 101010111 1100 101111

Color Harmonies of #856971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856971

Black with #856971

Text Example


Text Example

White with #856971

Text Example


Text Example

HTML Codes & Css Web 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>