#81051A

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

Shades of Burgundy #81051A

Tints of Burgundy #81051A

Color information

#81051A (or 0x81051A) is unknown color: approx Burgundy. HEX triplet: 81, 05 and 1A. RGB value is (129,5,26). Sum of RGB (Red+Green+Blue) = 129+5+26=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #81051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81051A is #7EFAE5. Grayscale: #2C2C2C. Windows color (decimal): -8321766 or 1705345. OLE color: 1705345.

HSL color Cylindrical-coordinate representation of color #81051A: hue angle of 349.84º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81051A is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB129526-
CMYK00.960.800.49
HSL349.84º92.54%26.27%-
HSV(B)349.84º96.12%50.59%-
XYZ9.294.851.42-
YUV44.47117.58188.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 80.62%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=80.62%
G=3.12%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12952600.960.800.49349.8492.5426.27
Hex8151A060503115e5d1a
Octal20153201401206153613532
Binary1000000110111010011000001010000110001101011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81051A; }

 p { color: rgb(129,5,26); }

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

<style>
 a { background-color: #81051A; }

 a { background-color: rgb(129,5,26); }

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

<style>
 span { border-color: #81051A; }

 span { border-color: rgb(129,5,26); }

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