Html Css Color HEX #811129 Burgundy

📋 copy color: '#811129'

red 129 ◦ green 17 ◦ blue 41

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

Shades of Burgundy #811129

Tints of Burgundy #811129

RGB

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

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

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

R = 68.98%
G = 9.09%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#811129 (or 0x811129) is known color: Burgundy. HEX triplet: 81, 11 and 29. RGB value is (129,17,41). Sum of RGB (Red+Green+Blue) = 129+17+41=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #811129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811129 is #7EEED6. Grayscale: #353535. Windows color (decimal): -8318679 or 2691457. OLE color: 2691457.

HSL color Cylindrical-coordinate representation of color #811129: hue angle of 347.14º 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 #811129 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 41 -
CMYK 0 0.87 0.68 0.49
HSL 347.14º 0.77% 0.29% -
HSV(B) 347.14º 0.87% 0.51% -
XYZ 9.65 5.23 2.6 -
YUV 53.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 129 17 41 0 0.87 0.68 0.49 347.14 0.77 0.29
Hex 81 11 29 0 57 44 31 15B 4D 1D
Octal 201 21 51 0 127 104 61 533 115 35
Binary 10000001 10001 101001 0 1010111 1000100 110001 101011011 1001101 11101

Color Harmonies of #811129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811129

Black with #811129

Text Example


Text Example

White with #811129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811129; }

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

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

background-color css

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

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

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

border-color css

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

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

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