#816972

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

Shades of Empress #816972

Tints of Empress #816972

Color information

#816972 (or 0x816972) is unknown color: approx Empress. HEX triplet: 81, 69 and 72. RGB value is (129,105,114). Sum of RGB (Red+Green+Blue) = 129+105+114=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 129 - color contains mainly: red. Hex color #816972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816972 is #7E968D. Grayscale: #717171. Windows color (decimal): -8296078 or 7498113. OLE color: 7498113.

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

Color convert

RGB129105114-
CMYK00.190.120.49
HSL337.5º10.26%45.88%-
HSV(B)337.5º18.6%50.59%-
XYZ17.1415.9918.1-
YUV113.2128.45139.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=37.07%
G=30.17%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910511400.190.120.49337.510.2645.88
Hex816972013C31152a2e
Octal20115116202314615221256
Binary100000011101001111001001001111001100011010100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816972; }

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

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

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

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

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

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

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

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