#811028

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

Shades of Burgundy #811028

Tints of Burgundy #811028

Color information

#811028 (or 0x811028) is unknown color: approx Burgundy. HEX triplet: 81, 10 and 28. RGB value is (129,16,40). Sum of RGB (Red+Green+Blue) = 129+16+40=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #811028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811028 is #7EEFD7. Grayscale: #343434. Windows color (decimal): -8318936 or 2625665. OLE color: 2625665.

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

Color convert

RGB1291640-
CMYK00.880.690.49
HSL347.26º77.93%28.43%-
HSV(B)347.26º87.6%50.59%-
XYZ9.625.192.5-
YUV52.52120.94182.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.73%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=69.73%
G=8.65%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129164000.880.690.49347.2677.9328.43
Hex811028058453115b4e1c
Octal201205001301056153311634
Binary1000000110000101000010110001000101110001101011011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811028; }

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

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

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

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

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

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

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

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