Html Css Color HEX #811020 Burgundy

📋 copy color: '#811020'

red 129 ◦ green 16 ◦ blue 32

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

Shades of Burgundy #811020

Tints of Burgundy #811020

RGB

 RED value IS 129 (50.78% from 255) = 72.88%

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 72.88%
G = 9.04%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#811020 (or 0x811020) is known color: Burgundy. HEX triplet: 81, 10 and 20. RGB value is (129,16,32). Sum of RGB (Red+Green+Blue) = 129+16+32=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #811020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811020 is #7EEFDF. Grayscale: #333333. Windows color (decimal): -8318944 or 2101377. OLE color: 2101377.

HSL color Cylindrical-coordinate representation of color #811020: hue angle of 351.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811020 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 32 -
CMYK 0 0.88 0.75 0.49
HSL 351.5º 0.78% 0.28% -
HSV(B) 351.5º 0.88% 0.51% -
XYZ 9.5 5.14 1.86 -
YUV 51.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 129 16 32 0 0.88 0.75 0.49 351.5 0.78 0.28
Hex 81 10 20 0 58 4B 31 160 4E 1C
Octal 201 20 40 0 130 113 61 540 116 34
Binary 10000001 10000 100000 0 1011000 1001011 110001 101100000 1001110 11100

Color Harmonies of #811020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811020

Black with #811020

Text Example


Text Example

White with #811020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811020; }

 p { color: rgb(129,16,32); }

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

background-color css

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

 a { background-color: rgb(129,16,32); }

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

border-color css

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

 span { border-color: rgb(129,16,32); }

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