Html Css Color HEX #800819 Burgundy

📋 copy color: '#800819'

red 128 ◦ green 8 ◦ blue 25

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

Shades of Burgundy #800819

Tints of Burgundy #800819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 79.5%
G = 4.97%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#800819 (or 0x800819) is known color: Burgundy. HEX triplet: 80, 08 and 19. RGB value is (128,8,25). Sum of RGB (Red+Green+Blue) = 128+8+25=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #800819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800819 is #7FF7E6. Grayscale: #2D2D2D. Windows color (decimal): -8386535 or 1640576. OLE color: 1640576.

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

Color convert

RGB 128 8 25 -
CMYK 0 0.94 0.80 0.50
HSL 351.5º 0.88% 0.27% -
HSV(B) 351.5º 0.94% 0.5% -
XYZ 9.16 4.83 1.37 -
YUV 45.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 128 8 25 0 0.94 0.80 0.50 351.5 0.88 0.27
Hex 80 8 19 0 5E 50 32 160 58 1B
Octal 200 10 31 0 136 120 62 540 130 33
Binary 10000000 1000 11001 0 1011110 1010000 110010 101100000 1011000 11011

Color Harmonies of #800819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800819

Black with #800819

Text Example


Text Example

White with #800819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800819; }

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

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

background-color css

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

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

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

border-color css

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

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

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