#81131E

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

Shades of Burgundy #81131E

Tints of Burgundy #81131E

Color information

#81131E (or 0x81131E) is unknown color: approx Burgundy. HEX triplet: 81, 13 and 1E. RGB value is (129,19,30). Sum of RGB (Red+Green+Blue) = 129+19+30=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81131E is #7EECE1. Grayscale: #353535. Windows color (decimal): -8318178 or 1971073. OLE color: 1971073.

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

Color convert

RGB1291930-
CMYK00.850.770.49
HSL354º74.32%29.02%-
HSV(B)354º85.27%50.59%-
XYZ9.525.231.74-
YUV53.14114.94182.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.47%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=72.47%
G=10.67%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129193000.850.770.4935474.3229.02
Hex81131E0554D311624a1d
Octal201233601251156154211235
Binary100000011001111110010101011001101110001101100010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,19,30); }

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

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

 a { background-color: rgb(129,19,30); }

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

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

 span { border-color: rgb(129,19,30); }

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