#81022D

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

Shades of Burgundy #81022D

Tints of Burgundy #81022D

Color information

#81022D (or 0x81022D) is unknown color: approx Burgundy. HEX triplet: 81, 02 and 2D. RGB value is (129,2,45). Sum of RGB (Red+Green+Blue) = 129+2+45=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81022D is #7EFDD2. Grayscale: #2C2C2C. Windows color (decimal): -8322515 or 2949761. OLE color: 2949761.

HSL color Cylindrical-coordinate representation of color #81022D: hue angle of 339.69º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81022D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB129245-
CMYK00.980.650.49
HSL339.69º96.95%25.69%-
HSV(B)339.69º98.45%50.59%-
XYZ9.554.92.93-
YUV44.88128.08188-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=73.30%
G=1.14%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12924500.980.650.49339.6996.9525.69
Hex8122D0624131154611a
Octal20125501421016152414132
Binary1000000110101101011000101000001110001101010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81022D; }

 p { color: rgb(129,2,45); }

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

<style>
 a { background-color: #81022D; }

 a { background-color: rgb(129,2,45); }

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

<style>
 span { border-color: #81022D; }

 span { border-color: rgb(129,2,45); }

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