#81061C

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

Shades of Burgundy #81061C

Tints of Burgundy #81061C

Color information

#81061C (or 0x81061C) is unknown color: approx Burgundy. HEX triplet: 81, 06 and 1C. RGB value is (129,6,28). Sum of RGB (Red+Green+Blue) = 129+6+28=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #81061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81061C is #7EF9E3. Grayscale: #2D2D2D. Windows color (decimal): -8321508 or 1836673. OLE color: 1836673.

HSL color Cylindrical-coordinate representation of color #81061C: hue angle of 349.27º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81061C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB129628-
CMYK00.950.780.49
HSL349.27º91.11%26.47%-
HSV(B)349.27º95.35%50.59%-
XYZ9.334.881.55-
YUV45.28118.25187.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 79.14%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=79.14%
G=3.68%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12962800.950.780.49349.2791.1126.47
Hex8161C05F4E3115d5b1a
Octal20163401371166153513332
Binary1000000111011100010111111001110110001101011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81061C; }

 p { color: rgb(129,6,28); }

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

<style>
 a { background-color: #81061C; }

 a { background-color: rgb(129,6,28); }

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

<style>
 span { border-color: #81061C; }

 span { border-color: rgb(129,6,28); }

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