#81072F

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

Shades of Burgundy #81072F

Tints of Burgundy #81072F

Color information

#81072F (or 0x81072F) is unknown color: approx Burgundy. HEX triplet: 81, 07 and 2F. RGB value is (129,7,47). Sum of RGB (Red+Green+Blue) = 129+7+47=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #81072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81072F is #7EF8D0. Grayscale: #303030. Windows color (decimal): -8321233 or 3082113. OLE color: 3082113.

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

Color convert

RGB129747-
CMYK00.950.640.49
HSL340.33º89.71%26.67%-
HSV(B)340.33º94.57%50.59%-
XYZ9.645.023.15-
YUV48.04127.42185.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.49%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=70.49%
G=3.83%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12974700.950.640.49340.3389.7126.67
Hex8172F05F40311545a1b
Octal20175701371006152413233
Binary10000001111101111010111111000000110001101010100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81072F; }

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

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

<style>
 a { background-color: #81072F; }

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

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

<style>
 span { border-color: #81072F; }

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

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