#81112A

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

Shades of Burgundy #81112A

Tints of Burgundy #81112A

Color information

#81112A (or 0x81112A) is unknown color: approx Burgundy. HEX triplet: 81, 11 and 2A. RGB value is (129,17,42). Sum of RGB (Red+Green+Blue) = 129+17+42=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #81112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81112A is #7EEED5. Grayscale: #353535. Windows color (decimal): -8318678 or 2756993. OLE color: 2756993.

HSL color Cylindrical-coordinate representation of color #81112A: hue angle of 346.61º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81112A is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1291742-
CMYK00.870.670.49
HSL346.61º76.71%28.63%-
HSV(B)346.61º86.82%50.59%-
XYZ9.675.242.69-
YUV53.34121.61181.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.62%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=68.62%
G=9.04%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129174200.870.670.49346.6176.7128.63
Hex81112A057433115b4d1d
Octal201215201271036153311535
Binary1000000110001101010010101111000011110001101011011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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