#81082B

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

Shades of Burgundy #81082B

Tints of Burgundy #81082B

Color information

#81082B (or 0x81082B) is unknown color: approx Burgundy. HEX triplet: 81, 08 and 2B. RGB value is (129,8,43). Sum of RGB (Red+Green+Blue) = 129+8+43=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #81082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81082B is #7EF7D4. Grayscale: #303030. Windows color (decimal): -8320981 or 2820225. OLE color: 2820225.

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

Color convert

RGB129843-
CMYK00.940.670.49
HSL342.64º88.32%26.86%-
HSV(B)342.64º93.8%50.59%-
XYZ9.585.022.75-
YUV48.17125.09185.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.67%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=71.67%
G=4.44%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12984300.940.670.49342.6488.3226.86
Hex8182B05E4331157581b
Octal201105301361036152713033
Binary100000011000101011010111101000011110001101010111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81082B; }

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

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

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

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

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

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

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

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