#81042B

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

Shades of Burgundy #81042B

Tints of Burgundy #81042B

Color information

#81042B (or 0x81042B) is unknown color: approx Burgundy. HEX triplet: 81, 04 and 2B. RGB value is (129,4,43). Sum of RGB (Red+Green+Blue) = 129+4+43=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81042B is #7EFBD4. Grayscale: #2D2D2D. Windows color (decimal): -8322005 or 2819201. OLE color: 2819201.

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

Color convert

RGB129443-
CMYK00.970.670.49
HSL341.28º93.98%26.08%-
HSV(B)341.28º96.9%50.59%-
XYZ9.534.932.73-
YUV45.82126.41187.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=73.30%
G=2.27%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12944300.970.670.49341.2893.9826.08
Hex8142B06143311555e1a
Octal20145301411036152513632
Binary10000001100101011011000011000011110001101010101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81042B; }

 p { color: rgb(129,4,43); }

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

<style>
 a { background-color: #81042B; }

 a { background-color: rgb(129,4,43); }

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

<style>
 span { border-color: #81042B; }

 span { border-color: rgb(129,4,43); }

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