#81112E

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

Shades of Burgundy #81112E

Tints of Burgundy #81112E

Color information

#81112E (or 0x81112E) is unknown color: approx Burgundy. HEX triplet: 81, 11 and 2E. RGB value is (129,17,46). Sum of RGB (Red+Green+Blue) = 129+17+46=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81112E is #7EEED1. Grayscale: #353535. Windows color (decimal): -8318674 or 3019137. OLE color: 3019137.

HSL color Cylindrical-coordinate representation of color #81112E: hue angle of 344.46º 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 #81112E is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1291746-
CMYK00.870.640.49
HSL344.46º76.71%28.63%-
HSV(B)344.46º86.82%50.59%-
XYZ9.755.273.09-
YUV53.79123.61181.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.19%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=67.19%
G=8.85%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129174600.870.640.49344.4676.7128.63
Hex81112E05740311584d1d
Octal201215601271006153011535
Binary1000000110001101110010101111000000110001101011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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