#7F021C

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

Shades of Burgundy #7F021C

Tints of Burgundy #7F021C

Color information

#7F021C (or 0x7F021C) is unknown color: approx Burgundy. HEX triplet: 7F, 02 and 1C. RGB value is (127,2,28). Sum of RGB (Red+Green+Blue) = 127+2+28=157 (20% of max value = 765). Red value is 127 (50% from 255 or 80.89% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 127 - color contains mainly: red. Hex color #7F021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F021C is #80FDE3. Grayscale: #2A2A2A. Windows color (decimal): -8453604 or 1835647. OLE color: 1835647.

HSL color Cylindrical-coordinate representation of color #7F021C: hue angle of 347.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F021C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB127228-
CMYK00.980.780.50
HSL347.52º96.9%25.29%-
HSV(B)347.52º98.43%49.8%-
XYZ8.984.641.52-
YUV42.34119.91188.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 80.89%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=80.89%
G=1.27%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12722800.980.780.50347.5296.925.29
Hex7F21C0624E3215c6119
Octal17723401421166253414131
Binary11111111011100011000101001110110010101011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,2,28); }

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

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

 a { background-color: rgb(127,2,28); }

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

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

 span { border-color: rgb(127,2,28); }

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