#810B2C

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

Shades of Burgundy #810B2C

Tints of Burgundy #810B2C

Color information

#810B2C (or 0x810B2C) is unknown color: approx Burgundy. HEX triplet: 81, 0B and 2C. RGB value is (129,11,44). Sum of RGB (Red+Green+Blue) = 129+11+44=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #810B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B2C is #7EF4D3. Grayscale: #323232. Windows color (decimal): -8320212 or 2886529. OLE color: 2886529.

HSL color Cylindrical-coordinate representation of color #810B2C: hue angle of 343.22º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B2C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1291144-
CMYK00.910.660.49
HSL343.22º84.29%27.45%-
HSV(B)343.22º91.47%50.59%-
XYZ9.635.092.86-
YUV50.04124.59184.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.11%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=70.11%
G=5.98%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129114400.910.660.49343.2284.2927.45
Hex81B2C05B4231157541b
Octal201135401331026152712433
Binary100000011011101100010110111000010110001101010111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810B2C; }

 p { color: rgb(129,11,44); }

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

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

 a { background-color: rgb(129,11,44); }

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

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

 span { border-color: rgb(129,11,44); }

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