#81022A

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

Shades of Burgundy #81022A

Tints of Burgundy #81022A

Color information

#81022A (or 0x81022A) is unknown color: approx Burgundy. HEX triplet: 81, 02 and 2A. RGB value is (129,2,42). Sum of RGB (Red+Green+Blue) = 129+2+42=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81022A is #7EFDD5. Grayscale: #2C2C2C. Windows color (decimal): -8322518 or 2753153. OLE color: 2753153.

HSL color Cylindrical-coordinate representation of color #81022A: hue angle of 341.1º 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 #81022A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB129242-
CMYK00.980.670.49
HSL341.1º96.95%25.69%-
HSV(B)341.1º98.45%50.59%-
XYZ9.494.882.63-
YUV44.53126.58188.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.57%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=74.57%
G=1.16%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12924200.980.670.49341.196.9525.69
Hex8122A0624331155611a
Octal20125201421036152514132
Binary1000000110101010011000101000011110001101010101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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