Html Css Color HEX #816971 Empress

📋 copy color: '#816971'

red 129 ◦ green 105 ◦ blue 113

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

Shades of Empress #816971

Tints of Empress #816971

RGB

 RED value IS 129 (50.78% from 255) = 37.18%

 GREEN value IS 105 (41.41% from 255) = 30.26%

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 37.18%
G = 30.26%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#816971 (or 0x816971) is known color: Empress. HEX triplet: 81, 69 and 71. RGB value is (129,105,113). Sum of RGB (Red+Green+Blue) = 129+105+113=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #816971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816971 is #7E968E. Grayscale: #717171. Windows color (decimal): -8296079 or 7432577. OLE color: 7432577.

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

Color convert

RGB 129 105 113 -
CMYK 0 0.19 0.12 0.49
HSL 340º 0.1% 0.46% -
HSV(B) 340º 0.19% 0.51% -
XYZ 17.09 15.96 17.8 -
YUV 113.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 129 105 113 0 0.19 0.12 0.49 340 0.1 0.46
Hex 81 69 71 0 13 C 31 154 A 2E
Octal 201 151 161 0 23 14 61 524 12 56
Binary 10000001 1101001 1110001 0 10011 1100 110001 101010100 1010 101110

Color Harmonies of #816971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816971

Black with #816971

Text Example


Text Example

White with #816971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816971; }

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

 H1.HeaderClassName
 {
   color: #816971;
 }
 .AnyTagClassName
 {
   color: #816971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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