#7F041E

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

Shades of Burgundy #7F041E

Tints of Burgundy #7F041E

Color information

#7F041E (or 0x7F041E) is unknown color: approx Burgundy. HEX triplet: 7F, 04 and 1E. RGB value is (127,4,30). Sum of RGB (Red+Green+Blue) = 127+4+30=161 (21% of max value = 765). Red value is 127 (50% from 255 or 78.88% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 127 - color contains mainly: red. Hex color #7F041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F041E is #80FBE1. Grayscale: #2B2B2B. Windows color (decimal): -8453090 or 1967231. OLE color: 1967231.

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

Color convert

RGB127430-
CMYK00.970.760.50
HSL347.32º93.89%25.69%-
HSV(B)347.32º96.85%49.8%-
XYZ9.034.691.66-
YUV43.74120.25187.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 78.88%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=78.88%
G=2.48%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12743000.970.760.50347.3293.8925.69
Hex7F41E0614C3215b5e1a
Octal17743601411146253313632
Binary111111110011110011000011001100110010101011011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,30); }

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

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

 a { background-color: rgb(127,4,30); }

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

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

 span { border-color: rgb(127,4,30); }

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