Html Css Color HEX #811220 Burgundy

📋 copy color: '#811220'

red 129 ◦ green 18 ◦ blue 32

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

Shades of Burgundy #811220

Tints of Burgundy #811220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.06%

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

R = 72.07%
G = 10.06%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#811220 (or 0x811220) is known color: Burgundy. HEX triplet: 81, 12 and 20. RGB value is (129,18,32). Sum of RGB (Red+Green+Blue) = 129+18+32=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #811220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811220 is #7EEDDF. Grayscale: #343434. Windows color (decimal): -8318432 or 2101889. OLE color: 2101889.

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

Color convert

RGB 129 18 32 -
CMYK 0 0.86 0.75 0.49
HSL 352.43º 0.76% 0.29% -
HSV(B) 352.43º 0.86% 0.51% -
XYZ 9.53 5.2 1.87 -
YUV 52.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 129 18 32 0 0.86 0.75 0.49 352.43 0.76 0.29
Hex 81 12 20 0 56 4B 31 160 4C 1D
Octal 201 22 40 0 126 113 61 540 114 35
Binary 10000001 10010 100000 0 1010110 1001011 110001 101100000 1001100 11101

Color Harmonies of #811220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811220

Black with #811220

Text Example


Text Example

White with #811220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811220; }

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

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

background-color css

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

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

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

border-color css

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

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

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