#826469

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

Shades of Empress #826469

Tints of Empress #826469

Color information

#826469 (or 0x826469) is unknown color: approx Empress. HEX triplet: 82, 64 and 69. RGB value is (130,100,105). Sum of RGB (Red+Green+Blue) = 130+100+105=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #826469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826469 is #7D9B96. Grayscale: #6D6D6D. Windows color (decimal): -8231831 or 6907010. OLE color: 6907010.

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

Color convert

RGB130100105-
CMYK00.230.190.49
HSL350º13.04%45.1%-
HSV(B)350º23.08%50.98%-
XYZ16.3114.8815.38-
YUV109.54125.44142.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=38.81%
G=29.85%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010010500.230.190.4935013.0445.1
Hex826469017133115ed2d
Octal20214415102723615361555
Binary1000001011001001101001010111100111100011010111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826469; }

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

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

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

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

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

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

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

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