#7C061E

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

Shades of Burgundy #7C061E

Tints of Burgundy #7C061E

Color information

#7C061E (or 0x7C061E) is unknown color: approx Burgundy. HEX triplet: 7C, 06 and 1E. RGB value is (124,6,30). Sum of RGB (Red+Green+Blue) = 124+6+30=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C061E is #83F9E1. Grayscale: #2C2C2C. Windows color (decimal): -8649186 or 1967740. OLE color: 1967740.

HSL color Cylindrical-coordinate representation of color #7C061E: hue angle of 347.8º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C061E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB124630-
CMYK00.950.760.51
HSL347.8º90.77%25.49%-
HSV(B)347.8º95.16%48.63%-
XYZ8.614.511.64-
YUV44.02120.09185.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.5%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=77.5%
G=3.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12463000.950.760.51347.890.7725.49
Hex7C61E05F4C3315c5b19
Octal17463601371146353413331
Binary111110011011110010111111001100110011101011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,6,30); }

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

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

 a { background-color: rgb(124,6,30); }

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

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

 span { border-color: rgb(124,6,30); }

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