#810933

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

Shades of Burgundy #810933

Tints of Burgundy #810933

Color information

#810933 (or 0x810933) is unknown color: approx Burgundy. HEX triplet: 81, 09 and 33. RGB value is (129,9,51). Sum of RGB (Red+Green+Blue) = 129+9+51=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #810933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810933 is #7EF6CC. Grayscale: #313131. Windows color (decimal): -8320717 or 3344769. OLE color: 3344769.

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

Color convert

RGB129951-
CMYK00.930.600.49
HSL339º86.96%27.06%-
HSV(B)339º93.02%50.59%-
XYZ9.755.13.6-
YUV49.67128.76184.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.25%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=68.25%
G=4.76%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12995100.930.600.4933986.9627.06
Hex8193305D3C31153571b
Octal20111630135746152312733
Binary10000001100111001101011101111100110001101010011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810933; }

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

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

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

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

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

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

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

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