#81051E

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

Shades of Burgundy #81051E

Tints of Burgundy #81051E

Color information

#81051E (or 0x81051E) is unknown color: approx Burgundy. HEX triplet: 81, 05 and 1E. RGB value is (129,5,30). Sum of RGB (Red+Green+Blue) = 129+5+30=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81051E is #7EFAE1. Grayscale: #2C2C2C. Windows color (decimal): -8321762 or 1967489. OLE color: 1967489.

HSL color Cylindrical-coordinate representation of color #81051E: hue angle of 347.9º 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 #81051E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB129530-
CMYK00.960.770.49
HSL347.9º92.54%26.27%-
HSV(B)347.9º96.12%50.59%-
XYZ9.344.871.68-
YUV44.93119.58187.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.66%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=78.66%
G=3.05%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12953000.960.770.49347.992.5426.27
Hex8151E0604D3115c5d1a
Octal20153601401156153413532
Binary1000000110111110011000001001101110001101011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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