#81083A

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

Shades of Burgundy #81083A

Tints of Burgundy #81083A

Color information

#81083A (or 0x81083A) is unknown color: approx Burgundy. HEX triplet: 81, 08 and 3A. RGB value is (129,8,58). Sum of RGB (Red+Green+Blue) = 129+8+58=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #81083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81083A is #7EF7C5. Grayscale: #313131. Windows color (decimal): -8320966 or 3803265. OLE color: 3803265.

HSL color Cylindrical-coordinate representation of color #81083A: hue angle of 335.21º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81083A is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB129858-
CMYK00.940.550.49
HSL335.21º88.32%26.86%-
HSV(B)335.21º93.8%50.59%-
XYZ9.95.154.47-
YUV49.88132.59184.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.15%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=66.15%
G=4.10%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12985800.940.550.49335.2188.3226.86
Hex8183A05E373114f581b
Octal20110720136676151713033
Binary10000001100011101001011110110111110001101001111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,8,58); }

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

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

 a { background-color: rgb(129,8,58); }

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

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

 span { border-color: rgb(129,8,58); }

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