#811029

Color #811029 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #811029

Tints of Burgundy #811029

Color information

#811029 (or 0x811029) is unknown color: approx Burgundy. HEX triplet: 81, 10 and 29. RGB value is (129,16,41). Sum of RGB (Red+Green+Blue) = 129+16+41=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #811029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811029 is #7EEFD6. Grayscale: #343434. Windows color (decimal): -8318935 or 2691201. OLE color: 2691201.

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

Color convert

RGB1291641-
CMYK00.880.680.49
HSL346.73º77.93%28.43%-
HSV(B)346.73º87.6%50.59%-
XYZ9.645.22.59-
YUV52.64121.44182.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.35%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=69.35%
G=8.60%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129164100.880.680.49346.7377.9328.43
Hex811029058443115b4e1c
Octal201205101301046153311634
Binary1000000110000101001010110001000100110001101011011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811029; }

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

 H1.HeaderClassName
 {
   color: #811029;
 }
 .AnyTagClassName
 {
   color: #811029;
 }
</style>
background-color css

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

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

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

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

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

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