#826465

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

Shades of Empress #826465

Tints of Empress #826465

Color information

#826465 (or 0x826465) is unknown color: approx Empress. HEX triplet: 82, 64 and 65. RGB value is (130,100,101). Sum of RGB (Red+Green+Blue) = 130+100+101=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #826465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826465 is #7D9B9A. Grayscale: #6D6D6D. Windows color (decimal): -8231835 or 6644866. OLE color: 6644866.

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

Color convert

RGB130100101-
CMYK00.230.220.49
HSL358º13.04%45.1%-
HSV(B)358º23.08%50.98%-
XYZ16.1114.814.32-
YUV109.08123.44142.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=39.27%
G=30.21%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010010100.230.220.4935813.0445.1
Hex8264650171631166d2d
Octal20214414502726615461555
Binary1000001011001001100101010111101101100011011001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826465; }

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

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

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

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

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

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

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

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