Html Css Color HEX #811122 Burgundy

📋 copy color: '#811122'

red 129 ◦ green 17 ◦ blue 34

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

Shades of Burgundy #811122

Tints of Burgundy #811122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

 BLUE value IS 34 (13.67% from 255) = 18.89%

R = 71.67%
G = 9.44%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#811122 (or 0x811122) is known color: Burgundy. HEX triplet: 81, 11 and 22. RGB value is (129,17,34). Sum of RGB (Red+Green+Blue) = 129+17+34=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 34 (13.67% from 255 or 18.89% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #811122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811122 is #7EEEDD. Grayscale: #343434. Windows color (decimal): -8318686 or 2232705. OLE color: 2232705.

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

Color convert

RGB 129 17 34 -
CMYK 0 0.87 0.74 0.49
HSL 350.89º 0.77% 0.29% -
HSV(B) 350.89º 0.87% 0.51% -
XYZ 9.54 5.18 2.01 -
YUV 52.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 129 17 34 0 0.87 0.74 0.49 350.89 0.77 0.29
Hex 81 11 22 0 57 4A 31 15F 4D 1D
Octal 201 21 42 0 127 112 61 537 115 35
Binary 10000001 10001 100010 0 1010111 1001010 110001 101011111 1001101 11101

Color Harmonies of #811122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811122

Black with #811122

Text Example


Text Example

White with #811122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811122; }

 p { color: rgb(129,17,34); }

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

background-color css

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

 a { background-color: rgb(129,17,34); }

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

border-color css

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

 span { border-color: rgb(129,17,34); }

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