Html Css Color HEX #816870 Empress

📋 copy color: '#816870'

red 129 ◦ green 104 ◦ blue 112

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

Shades of Empress #816870

Tints of Empress #816870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.14%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 37.39%
G = 30.14%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#816870 (or 0x816870) is known color: Empress. HEX triplet: 81, 68 and 70. RGB value is (129,104,112). Sum of RGB (Red+Green+Blue) = 129+104+112=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 129 - color contains mainly: red. Hex color #816870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816870 is #7E978F. Grayscale: #707070. Windows color (decimal): -8296336 or 7366785. OLE color: 7366785.

HSL color Cylindrical-coordinate representation of color #816870: hue angle of 340.8º degrees, saturation: 0.11, 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 #816870 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 104 112 -
CMYK 0 0.19 0.13 0.49
HSL 340.8º 0.11% 0.46% -
HSV(B) 340.8º 0.19% 0.51% -
XYZ 16.93 15.74 17.47 -
YUV 112.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 129 104 112 0 0.19 0.13 0.49 340.8 0.11 0.46
Hex 81 68 70 0 13 D 31 155 B 2E
Octal 201 150 160 0 23 15 61 525 13 56
Binary 10000001 1101000 1110000 0 10011 1101 110001 101010101 1011 101110

Color Harmonies of #816870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816870

Black with #816870

Text Example


Text Example

White with #816870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816870; }

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

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

background-color css

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

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

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

border-color css

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

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

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