#7F081A

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

Shades of Burgundy #7F081A

Tints of Burgundy #7F081A

Color information

#7F081A (or 0x7F081A) is unknown color: approx Burgundy. HEX triplet: 7F, 08 and 1A. RGB value is (127,8,26). Sum of RGB (Red+Green+Blue) = 127+8+26=161 (21% of max value = 765). Red value is 127 (50% from 255 or 78.88% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 127 - color contains mainly: red. Hex color #7F081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F081A is #80F7E5. Grayscale: #2D2D2D. Windows color (decimal): -8452070 or 1706111. OLE color: 1706111.

HSL color Cylindrical-coordinate representation of color #7F081A: hue angle of 350.92º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F081A is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB127826-
CMYK00.940.800.50
HSL350.92º88.15%26.47%-
HSV(B)350.92º93.7%49.8%-
XYZ9.034.761.42-
YUV45.63116.92186.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 78.88%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=78.88%
G=4.97%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12782600.940.800.50350.9288.1526.47
Hex7F81A05E503215f581a
Octal177103201361206253713032
Binary1111111100011010010111101010000110010101011111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F081A; }

 p { color: rgb(127,8,26); }

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

<style>
 a { background-color: #7F081A; }

 a { background-color: rgb(127,8,26); }

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

<style>
 span { border-color: #7F081A; }

 span { border-color: rgb(127,8,26); }

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