#826468

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

Shades of Empress #826468

Tints of Empress #826468

Color information

#826468 (or 0x826468) is unknown color: approx Empress. HEX triplet: 82, 64 and 68. RGB value is (130,100,104). Sum of RGB (Red+Green+Blue) = 130+100+104=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826468 is #7D9B97. Grayscale: #6D6D6D. Windows color (decimal): -8231832 or 6841474. OLE color: 6841474.

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

Color convert

RGB130100104-
CMYK00.230.20.49
HSL352º13.04%45.1%-
HSV(B)352º23.08%50.98%-
XYZ16.2614.8615.11-
YUV109.43124.94142.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=38.92%
G=29.94%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010010400.230.20.4935213.0445.1
Hex8264680171431160d2d
Octal20214415002724615401555
Binary1000001011001001101000010111101001100011011000001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826468; }

 p { color: rgb(130,100,104); }

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

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

 a { background-color: rgb(130,100,104); }

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

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

 span { border-color: rgb(130,100,104); }

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