#810B2B

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

Shades of Burgundy #810B2B

Tints of Burgundy #810B2B

Color information

#810B2B (or 0x810B2B) is unknown color: approx Burgundy. HEX triplet: 81, 0B and 2B. RGB value is (129,11,43). Sum of RGB (Red+Green+Blue) = 129+11+43=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #810B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810B2B is #7EF4D4. Grayscale: #313131. Windows color (decimal): -8320213 or 2820993. OLE color: 2820993.

HSL color Cylindrical-coordinate representation of color #810B2B: hue angle of 343.73º 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 #810B2B is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1291143-
CMYK00.910.670.49
HSL343.73º84.29%27.45%-
HSV(B)343.73º91.47%50.59%-
XYZ9.615.082.76-
YUV49.93124.09184.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.49%
GREEN value IS 11 (4.69% from 255) = 6.01%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=70.49%
G=6.01%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129114300.910.670.49343.7384.2927.45
Hex81B2B05B4331158541b
Octal201135301331036153012433
Binary100000011011101011010110111000011110001101011000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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