#81012E

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

Shades of Burgundy #81012E

Tints of Burgundy #81012E

Color information

#81012E (or 0x81012E) is unknown color: approx Burgundy. HEX triplet: 81, 01 and 2E. RGB value is (129,1,46). Sum of RGB (Red+Green+Blue) = 129+1+46=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81012E is #7EFED1. Grayscale: #2C2C2C. Windows color (decimal): -8322770 or 3015041. OLE color: 3015041.

HSL color Cylindrical-coordinate representation of color #81012E: hue angle of 338.91º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81012E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB129146-
CMYK00.990.640.49
HSL338.91º98.46%25.49%-
HSV(B)338.91º99.22%50.59%-
XYZ9.564.893.02-
YUV44.4128.91188.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=73.30%
G=0.57%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12914600.990.640.49338.9198.4625.49
Hex8112E06340311536219
Octal20115601431006152314231
Binary100000011101110011000111000000110001101010011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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