#800619

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

Shades of Burgundy #800619

Tints of Burgundy #800619

Color information

#800619 (or 0x800619) is unknown color: approx Burgundy. HEX triplet: 80, 06 and 19. RGB value is (128,6,25). Sum of RGB (Red+Green+Blue) = 128+6+25=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #800619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800619 is #7FF9E6. Grayscale: #2C2C2C. Windows color (decimal): -8387047 or 1640064. OLE color: 1640064.

HSL color Cylindrical-coordinate representation of color #800619: hue angle of 350.66º degrees, saturation: 0.91, 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 #800619 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB128625-
CMYK00.950.800.50
HSL350.66º91.04%26.27%-
HSV(B)350.66º95.31%50.2%-
XYZ9.144.791.36-
YUV44.64116.92187.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 80.50%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=80.50%
G=3.77%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12862500.950.800.50350.6691.0426.27
Hex8061905F503215f5b1a
Octal20063101371206253713332
Binary1000000011011001010111111010000110010101011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800619; }

 p { color: rgb(128,6,25); }

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

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

 a { background-color: rgb(128,6,25); }

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

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

 span { border-color: rgb(128,6,25); }

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