#81071C

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

Shades of Burgundy #81071C

Tints of Burgundy #81071C

Color information

#81071C (or 0x81071C) is unknown color: approx Burgundy. HEX triplet: 81, 07 and 1C. RGB value is (129,7,28). Sum of RGB (Red+Green+Blue) = 129+7+28=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81071C is #7EF8E3. Grayscale: #2D2D2D. Windows color (decimal): -8321252 or 1836929. OLE color: 1836929.

HSL color Cylindrical-coordinate representation of color #81071C: hue angle of 349.67º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81071C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB129728-
CMYK00.950.780.49
HSL349.67º89.71%26.67%-
HSV(B)349.67º94.57%50.59%-
XYZ9.344.91.55-
YUV45.87117.92187.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.66%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=78.66%
G=4.27%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12972800.950.780.49349.6789.7126.67
Hex8171C05F4E3115e5a1b
Octal20173401371166153613233
Binary1000000111111100010111111001110110001101011110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81071C; }

 p { color: rgb(129,7,28); }

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

<style>
 a { background-color: #81071C; }

 a { background-color: rgb(129,7,28); }

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

<style>
 span { border-color: #81071C; }

 span { border-color: rgb(129,7,28); }

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