#810922

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

Shades of Burgundy #810922

Tints of Burgundy #810922

Color information

#810922 (or 0x810922) is unknown color: approx Burgundy. HEX triplet: 81, 09 and 22. RGB value is (129,9,34). Sum of RGB (Red+Green+Blue) = 129+9+34=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #810922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810922 is #7EF6DD. Grayscale: #2F2F2F. Windows color (decimal): -8320734 or 2230657. OLE color: 2230657.

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

Color convert

RGB129934-
CMYK00.930.740.49
HSL347.5º86.96%27.06%-
HSV(B)347.5º93.02%50.59%-
XYZ9.444.981.98-
YUV47.73120.26185.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=75%
G=5.23%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12993400.930.740.49347.586.9627.06
Hex8192205D4A3115c571b
Octal201114201351126153412733
Binary100000011001100010010111011001010110001101011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810922; }

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

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

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

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

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

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

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

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