#800826

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

Shades of Burgundy #800826

Tints of Burgundy #800826

Color information

#800826 (or 0x800826) is unknown color: approx Burgundy. HEX triplet: 80, 08 and 26. RGB value is (128,8,38). Sum of RGB (Red+Green+Blue) = 128+8+38=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #800826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800826 is #7FF7D9. Grayscale: #2F2F2F. Windows color (decimal): -8386522 or 2492544. OLE color: 2492544.

HSL color Cylindrical-coordinate representation of color #800826: hue angle of 345º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800826 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB128838-
CMYK00.940.700.50
HSL345º88.24%26.67%-
HSV(B)345º93.75%50.2%-
XYZ9.344.92.29-
YUV47.3122.76185.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 73.56%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=73.56%
G=4.60%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12883800.940.700.5034588.2426.67
Hex8082605E4632159581b
Octal200104601361066253113033
Binary100000001000100110010111101000110110010101011001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800826; }

 p { color: rgb(128,8,38); }

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

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

 a { background-color: rgb(128,8,38); }

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

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

 span { border-color: rgb(128,8,38); }

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