#810721

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

Shades of Burgundy #810721

Tints of Burgundy #810721

Color information

#810721 (or 0x810721) is unknown color: approx Burgundy. HEX triplet: 81, 07 and 21. RGB value is (129,7,33). Sum of RGB (Red+Green+Blue) = 129+7+33=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #810721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810721 is #7EF8DE. Grayscale: #2E2E2E. Windows color (decimal): -8321247 or 2164609. OLE color: 2164609.

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

Color convert

RGB129733-
CMYK00.950.740.49
HSL347.21º89.71%26.67%-
HSV(B)347.21º94.57%50.59%-
XYZ9.44.931.89-
YUV46.44120.42186.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.33%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=76.33%
G=4.14%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12973300.950.740.49347.2189.7126.67
Hex8172105F4A3115b5a1b
Octal20174101371126153313233
Binary10000001111100001010111111001010110001101011011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810721; }

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

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

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

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

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

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

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

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