#826266

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

Shades of Empress #826266

Tints of Empress #826266

Color information

#826266 (or 0x826266) is unknown color: approx Empress. HEX triplet: 82, 62 and 66. RGB value is (130,98,102). Sum of RGB (Red+Green+Blue) = 130+98+102=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #826266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826266 is #7D9D99. Grayscale: #6C6C6C. Windows color (decimal): -8232346 or 6709890. OLE color: 6709890.

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

Color convert

RGB13098102-
CMYK00.250.220.49
HSL352.5º14.04%44.71%-
HSV(B)352.5º24.62%50.98%-
XYZ15.9714.4414.52-
YUV108.02124.6143.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=39.39%
G=29.70%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309810200.250.220.49352.514.0444.71
Hex8262660191631160e2d
Octal20214214603126615401655
Binary1000001011000101100110011001101101100011011000001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826266; }

 p { color: rgb(130,98,102); }

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

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

 a { background-color: rgb(130,98,102); }

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

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

 span { border-color: rgb(130,98,102); }

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