#810529

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

Shades of Burgundy #810529

Tints of Burgundy #810529

Color information

#810529 (or 0x810529) is unknown color: approx Burgundy. HEX triplet: 81, 05 and 29. RGB value is (129,5,41). Sum of RGB (Red+Green+Blue) = 129+5+41=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #810529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810529 is #7EFAD6. Grayscale: #2E2E2E. Windows color (decimal): -8321751 or 2688385. OLE color: 2688385.

HSL color Cylindrical-coordinate representation of color #810529: hue angle of 342.58º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810529 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB129541-
CMYK00.960.680.49
HSL342.58º92.54%26.27%-
HSV(B)342.58º96.12%50.59%-
XYZ9.514.942.55-
YUV46.18125.08187.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.71%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=73.71%
G=2.86%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12954100.960.680.49342.5892.5426.27
Hex8152906044311575d1a
Octal20155101401046152713532
Binary10000001101101001011000001000100110001101010111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810529; }

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

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

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

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

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

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

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

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