#810A2B

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

Shades of Burgundy #810A2B

Tints of Burgundy #810A2B

Color information

#810A2B (or 0x810A2B) is unknown color: approx Burgundy. HEX triplet: 81, 0A and 2B. RGB value is (129,10,43). Sum of RGB (Red+Green+Blue) = 129+10+43=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #810A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A2B is #7EF5D4. Grayscale: #313131. Windows color (decimal): -8320469 or 2820737. OLE color: 2820737.

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

Color convert

RGB1291043-
CMYK00.920.670.49
HSL343.36º85.61%27.25%-
HSV(B)343.36º92.25%50.59%-
XYZ9.65.062.76-
YUV49.34124.42184.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.88%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=70.88%
G=5.49%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129104300.920.670.49343.3685.6127.25
Hex81A2B05C4331157561b
Octal201125301341036152712633
Binary100000011010101011010111001000011110001101010111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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