#826972

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

Shades of Empress #826972

Tints of Empress #826972

Color information

#826972 (or 0x826972) is unknown color: approx Empress. HEX triplet: 82, 69 and 72. RGB value is (130,105,114). Sum of RGB (Red+Green+Blue) = 130+105+114=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #826972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826972 is #7D968D. Grayscale: #717171. Windows color (decimal): -8230542 or 7498114. OLE color: 7498114.

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

Color convert

RGB130105114-
CMYK00.190.120.49
HSL338.4º10.64%46.08%-
HSV(B)338.4º19.23%50.98%-
XYZ17.2916.0618.11-
YUV113.5128.28139.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=37.25%
G=30.09%
B=32.66%

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
Decimal13010511400.190.120.49338.410.6446.08
Hex826972013C31152b2e
Octal20215116202314615221356
Binary100000101101001111001001001111001100011010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826972; }

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

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

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

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

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

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

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

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