#810321

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

Shades of Burgundy #810321

Tints of Burgundy #810321

Color information

#810321 (or 0x810321) is unknown color: approx Burgundy. HEX triplet: 81, 03 and 21. RGB value is (129,3,33). Sum of RGB (Red+Green+Blue) = 129+3+33=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #810321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810321 is #7EFCDE. Grayscale: #2C2C2C. Windows color (decimal): -8322271 or 2163585. OLE color: 2163585.

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

Color convert

RGB129333-
CMYK00.980.740.49
HSL345.71º95.45%25.88%-
HSV(B)345.71º97.67%50.59%-
XYZ9.364.841.88-
YUV44.09121.74188.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.18%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 33 (13.28% from 255) = 20%
R=78.18%
G=1.82%
B=20%

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
Decimal12933300.980.740.49345.7195.4525.88
Hex813210624A3115a5f1a
Octal20134101421126153213732
Binary1000000111100001011000101001010110001101011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810321; }

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

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

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

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

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

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

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

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