#810337

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

Shades of Burgundy #810337

Tints of Burgundy #810337

Color information

#810337 (or 0x810337) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 37. RGB value is (129,3,55). Sum of RGB (Red+Green+Blue) = 129+3+55=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #810337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810337 is #7EFCC8. Grayscale: #2E2E2E. Windows color (decimal): -8322249 or 3605377. OLE color: 3605377.

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

Color convert

RGB129355-
CMYK00.980.570.49
HSL335.24º95.45%25.88%-
HSV(B)335.24º97.67%50.59%-
XYZ9.785.014.07-
YUV46.6132.74186.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.98%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=68.98%
G=1.60%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12935500.980.570.49335.2495.4525.88
Hex81337062393114f5f1a
Octal2013670142716151713732
Binary100000011111011101100010111001110001101001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810337; }

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

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

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

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

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

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

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

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