Html Css Color HEX #800829 Burgundy

📋 copy color: '#800829'

red 128 ◦ green 8 ◦ blue 41

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

Shades of Burgundy #800829

Tints of Burgundy #800829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 72.32%
G = 4.52%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#800829 (or 0x800829) is known color: Burgundy. HEX triplet: 80, 08 and 29. RGB value is (128,8,41). Sum of RGB (Red+Green+Blue) = 128+8+41=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #800829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800829 is #7FF7D6. Grayscale: #2F2F2F. Windows color (decimal): -8386519 or 2689152. OLE color: 2689152.

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

Color convert

RGB 128 8 41 -
CMYK 0 0.94 0.68 0.50
HSL 343.5º 0.88% 0.27% -
HSV(B) 343.5º 0.94% 0.5% -
XYZ 9.39 4.92 2.55 -
YUV 47.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 128 8 41 0 0.94 0.68 0.50 343.5 0.88 0.27
Hex 80 8 29 0 5E 44 32 158 58 1B
Octal 200 10 51 0 136 104 62 530 130 33
Binary 10000000 1000 101001 0 1011110 1000100 110010 101011000 1011000 11011

Color Harmonies of #800829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800829

Black with #800829

Text Example


Text Example

White with #800829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800829; }

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

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

background-color css

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

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

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

border-color css

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

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

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