#810537

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

Shades of Burgundy #810537

Tints of Burgundy #810537

Color information

#810537 (or 0x810537) is unknown color: approx Burgundy. HEX triplet: 81, 05 and 37. RGB value is (129,5,55). Sum of RGB (Red+Green+Blue) = 129+5+55=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #810537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810537 is #7EFAC8. Grayscale: #2F2F2F. Windows color (decimal): -8321737 or 3605889. OLE color: 3605889.

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

Color convert

RGB129555-
CMYK00.960.570.49
HSL335.81º92.54%26.27%-
HSV(B)335.81º96.12%50.59%-
XYZ9.85.054.07-
YUV47.78132.08185.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.25%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 55 (21.88% from 255) = 29.10%
R=68.25%
G=2.65%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12955500.960.570.49335.8192.5426.27
Hex8153706039311505d1a
Octal2015670140716152013532
Binary1000000110111011101100000111001110001101010000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810537; }

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

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

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

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

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

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

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

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