#810037

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

Shades of Burgundy #810037

Tints of Burgundy #810037

Color information

#810037 (or 0x810037) is unknown color: approx Burgundy. HEX triplet: 81, 00 and 37. RGB value is (129,0,55). Sum of RGB (Red+Green+Blue) = 129+0+55=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #810037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810037 is #7EFFC8. Grayscale: #2C2C2C. Windows color (decimal): -8323017 or 3604609. OLE color: 3604609.

HSL color Cylindrical-coordinate representation of color #810037: hue angle of 334.42º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810037 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB129055-
CMYK010.570.49
HSL334.42º100%25.29%-
HSV(B)334.42º100%50.59%-
XYZ9.744.944.06-
YUV44.84133.74188.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=70.11%
G=0%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129055010.570.49334.4210025.29
Hex81037064393114e6419
Octal2010670144716151614431
Binary10000001011011101100100111001110001101001110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810037; }

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

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

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

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

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

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

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

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