#81091F

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

Shades of Burgundy #81091F

Tints of Burgundy #81091F

Color information

#81091F (or 0x81091F) is unknown color: approx Burgundy. HEX triplet: 81, 09 and 1F. RGB value is (129,9,31). Sum of RGB (Red+Green+Blue) = 129+9+31=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #81091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81091F is #7EF6E0. Grayscale: #2F2F2F. Windows color (decimal): -8320737 or 2034049. OLE color: 2034049.

HSL color Cylindrical-coordinate representation of color #81091F: hue angle of 349º 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 #81091F is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB129931-
CMYK00.930.760.49
HSL349º86.96%27.06%-
HSV(B)349º93.02%50.59%-
XYZ9.44.961.76-
YUV47.39118.76186.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.33%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=76.33%
G=5.33%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12993100.930.760.4934986.9627.06
Hex8191F05D4C3115d571b
Octal201113701351146153512733
Binary10000001100111111010111011001100110001101011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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