Html Css Color HEX #800519 Burgundy

📋 copy color: '#800519'

red 128 ◦ green 5 ◦ blue 25

#800519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #800519

Tints of Burgundy #800519

RGB

 RED value IS 128 (50.39% from 255) = 81.01%

 GREEN value IS 5 (2.34% from 255) = 3.16%

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 81.01%
G = 3.16%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#800519 (or 0x800519) is known color: Burgundy. HEX triplet: 80, 05 and 19. RGB value is (128,5,25). Sum of RGB (Red+Green+Blue) = 128+5+25=158 (20% of max value = 765). Red value is 128 (50.39% from 255 or 81.01% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 128 - color contains mainly: red. Hex color #800519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800519 is #7FFAE6. Grayscale: #2C2C2C. Windows color (decimal): -8387303 or 1639808. OLE color: 1639808.

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

Color convert

RGB 128 5 25 -
CMYK 0 0.96 0.80 0.50
HSL 350.24º 0.92% 0.26% -
HSV(B) 350.24º 0.96% 0.5% -
XYZ 9.13 4.77 1.36 -
YUV 44.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 128 5 25 0 0.96 0.80 0.50 350.24 0.92 0.26
Hex 80 5 19 0 60 50 32 15E 5C 1A
Octal 200 5 31 0 140 120 62 536 134 32
Binary 10000000 101 11001 0 1100000 1010000 110010 101011110 1011100 11010

Color Harmonies of #800519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800519

Black with #800519

Text Example


Text Example

White with #800519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800519; }

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

 H1.HeaderClassName
 {
   color: #800519;
 }
 .AnyTagClassName
 {
   color: #800519;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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