#82656B

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

Shades of Empress #82656B

Tints of Empress #82656B

Color information

#82656B (or 0x82656B) is unknown color: approx Empress. HEX triplet: 82, 65 and 6B. RGB value is (130,101,107). Sum of RGB (Red+Green+Blue) = 130+101+107=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82656B is #7D9A94. Grayscale: #6E6E6E. Windows color (decimal): -8231573 or 7038338. OLE color: 7038338.

HSL color Cylindrical-coordinate representation of color #82656B: hue angle of 347.59º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82656B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB130101107-
CMYK00.220.180.49
HSL347.59º12.55%45.29%-
HSV(B)347.59º22.31%50.98%-
XYZ16.5115.1115.96-
YUV110.35126.11142.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=38.46%
G=29.88%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010110700.220.180.49347.5912.5545.29
Hex82656B016123115cd2d
Octal20214515302622615341555
Binary1000001011001011101011010110100101100011010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82656B; }

 p { color: rgb(130,101,107); }

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

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

 a { background-color: rgb(130,101,107); }

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

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

 span { border-color: rgb(130,101,107); }

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