#800924

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

Shades of Burgundy #800924

Tints of Burgundy #800924

Color information

#800924 (or 0x800924) is unknown color: approx Burgundy. HEX triplet: 80, 09 and 24. RGB value is (128,9,36). Sum of RGB (Red+Green+Blue) = 128+9+36=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #800924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800924 is #7FF6DB. Grayscale: #2F2F2F. Windows color (decimal): -8386268 or 2361728. OLE color: 2361728.

HSL color Cylindrical-coordinate representation of color #800924: hue angle of 346.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 #800924 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB128936-
CMYK00.930.720.50
HSL346.39º86.86%26.86%-
HSV(B)346.39º92.97%50.2%-
XYZ9.324.912.13-
YUV47.66121.42185.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 73.99%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=73.99%
G=5.20%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12893600.930.720.50346.3986.8626.86
Hex8092405D483215a571b
Octal200114401351106253212733
Binary100000001001100100010111011001000110010101011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800924; }

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

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

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

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

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

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

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

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