#800922

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

Shades of Burgundy #800922

Tints of Burgundy #800922

Color information

#800922 (or 0x800922) is unknown color: approx Burgundy. HEX triplet: 80, 09 and 22. RGB value is (128,9,34). Sum of RGB (Red+Green+Blue) = 128+9+34=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #800922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800922 is #7FF6DD. Grayscale: #2F2F2F. Windows color (decimal): -8386270 or 2230656. OLE color: 2230656.

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

Color convert

RGB128934-
CMYK00.930.730.50
HSL347.39º86.86%26.86%-
HSV(B)347.39º92.97%50.2%-
XYZ9.294.91.97-
YUV47.43120.42185.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.85%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=74.85%
G=5.26%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12893400.930.730.50347.3986.8626.86
Hex8092205D493215b571b
Octal200114201351116253312733
Binary100000001001100010010111011001001110010101011011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800922; }

 p { color: rgb(128,9,34); }

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

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

 a { background-color: rgb(128,9,34); }

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

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

 span { border-color: rgb(128,9,34); }

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