#81091B

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

Shades of Burgundy #81091B

Tints of Burgundy #81091B

Color information

#81091B (or 0x81091B) is unknown color: approx Burgundy. HEX triplet: 81, 09 and 1B. RGB value is (129,9,27). Sum of RGB (Red+Green+Blue) = 129+9+27=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #81091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81091B is #7EF6E4. Grayscale: #2E2E2E. Windows color (decimal): -8320741 or 1771905. OLE color: 1771905.

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

Color convert

RGB129927-
CMYK00.930.790.49
HSL351º86.96%27.06%-
HSV(B)351º93.02%50.59%-
XYZ9.354.941.5-
YUV46.93116.76186.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.18%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=78.18%
G=5.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12992700.930.790.4935186.9627.06
Hex8191B05D4F3115f571b
Octal201113301351176153712733
Binary10000001100111011010111011001111110001101011111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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