#816970

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

Shades of Empress #816970

Tints of Empress #816970

Color information

#816970 (or 0x816970) is unknown color: approx Empress. HEX triplet: 81, 69 and 70. RGB value is (129,105,112). Sum of RGB (Red+Green+Blue) = 129+105+112=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #816970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816970 is #7E968F. Grayscale: #707070. Windows color (decimal): -8296080 or 7367041. OLE color: 7367041.

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

Color convert

RGB129105112-
CMYK00.190.130.49
HSL342.5º10.26%45.88%-
HSV(B)342.5º18.6%50.59%-
XYZ17.0315.9417.51-
YUV112.97127.45139.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.28%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=37.28%
G=30.35%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910511200.190.130.49342.510.2645.88
Hex816970013D31156a2e
Octal20115116002315615261256
Binary100000011101001111000001001111011100011010101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816970; }

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

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

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

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

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

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

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

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