#81082E

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

Shades of Burgundy #81082E

Tints of Burgundy #81082E

Color information

#81082E (or 0x81082E) is unknown color: approx Burgundy. HEX triplet: 81, 08 and 2E. RGB value is (129,8,46). Sum of RGB (Red+Green+Blue) = 129+8+46=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #81082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81082E is #7EF7D1. Grayscale: #303030. Windows color (decimal): -8320978 or 3016833. OLE color: 3016833.

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

Color convert

RGB129846-
CMYK00.940.640.49
HSL341.16º88.32%26.86%-
HSV(B)341.16º93.8%50.59%-
XYZ9.635.043.05-
YUV48.51126.59185.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.49%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=70.49%
G=4.37%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12984600.940.640.49341.1688.3226.86
Hex8182E05E4031155581b
Octal201105601361006152513033
Binary100000011000101110010111101000000110001101010101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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