#81081B

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

Shades of Burgundy #81081B

Tints of Burgundy #81081B

Color information

#81081B (or 0x81081B) is unknown color: approx Burgundy. HEX triplet: 81, 08 and 1B. RGB value is (129,8,27). Sum of RGB (Red+Green+Blue) = 129+8+27=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81081B is #7EF7E4. Grayscale: #2E2E2E. Windows color (decimal): -8320997 or 1771649. OLE color: 1771649.

HSL color Cylindrical-coordinate representation of color #81081B: hue angle of 350.58º 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 #81081B is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB129827-
CMYK00.940.790.49
HSL350.58º88.32%26.86%-
HSV(B)350.58º93.8%50.59%-
XYZ9.344.921.49-
YUV46.34117.09186.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.66%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=78.66%
G=4.88%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12982700.940.790.49350.5888.3226.86
Hex8181B05E4F3115f581b
Octal201103301361176153713033
Binary10000001100011011010111101001111110001101011111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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