#7C071E

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

Shades of Burgundy #7C071E

Tints of Burgundy #7C071E

Color information

#7C071E (or 0x7C071E) is unknown color: approx Burgundy. HEX triplet: 7C, 07 and 1E. RGB value is (124,7,30). Sum of RGB (Red+Green+Blue) = 124+7+30=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C071E is #83F8E1. Grayscale: #2C2C2C. Windows color (decimal): -8648930 or 1967996. OLE color: 1967996.

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

Color convert

RGB124730-
CMYK00.940.760.51
HSL348.21º89.31%25.69%-
HSV(B)348.21º94.35%48.63%-
XYZ8.624.531.65-
YUV44.6119.76184.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.02%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=77.02%
G=4.35%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12473000.940.760.51348.2189.3125.69
Hex7C71E05E4C3315c591a
Octal17473601361146353413132
Binary111110011111110010111101001100110011101011100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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