#800724

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

Shades of Burgundy #800724

Tints of Burgundy #800724

Color information

#800724 (or 0x800724) is unknown color: approx Burgundy. HEX triplet: 80, 07 and 24. RGB value is (128,7,36). Sum of RGB (Red+Green+Blue) = 128+7+36=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #800724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800724 is #7FF8DB. Grayscale: #2E2E2E. Windows color (decimal): -8386780 or 2361216. OLE color: 2361216.

HSL color Cylindrical-coordinate representation of color #800724: hue angle of 345.62º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800724 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB128736-
CMYK00.950.720.50
HSL345.62º89.63%26.47%-
HSV(B)345.62º94.53%50.2%-
XYZ9.34.872.12-
YUV46.48122.09186.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.85%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=74.85%
G=4.09%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12873600.950.720.50345.6289.6326.47
Hex8072405F483215a5a1a
Octal20074401371106253213232
Binary10000000111100100010111111001000110010101011010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800724; }

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

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

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

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

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

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

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

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