#810322

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

Shades of Burgundy #810322

Tints of Burgundy #810322

Color information

#810322 (or 0x810322) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 22. RGB value is (129,3,34). Sum of RGB (Red+Green+Blue) = 129+3+34=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #810322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810322 is #7EFCDD. Grayscale: #2C2C2C. Windows color (decimal): -8322270 or 2229121. OLE color: 2229121.

HSL color Cylindrical-coordinate representation of color #810322: hue angle of 345.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 #810322 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB129334-
CMYK00.980.740.49
HSL345.24º95.45%25.88%-
HSV(B)345.24º97.67%50.59%-
XYZ9.374.851.95-
YUV44.21122.24188.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.71%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 34 (13.67% from 255) = 20.48%
R=77.71%
G=1.81%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12933400.980.740.49345.2495.4525.88
Hex813220624A311595f1a
Octal20134201421126153113732
Binary1000000111100010011000101001010110001101011001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810322; }

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

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

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

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

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

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

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

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