#7C111D

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

Shades of Burgundy #7C111D

Tints of Burgundy #7C111D

Color information

#7C111D (or 0x7C111D) is unknown color: approx Burgundy. HEX triplet: 7C, 11 and 1D. RGB value is (124,17,29). Sum of RGB (Red+Green+Blue) = 124+17+29=170 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.94% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 124 - color contains mainly: red. Hex color #7C111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C111D is #83EEE2. Grayscale: #323232. Windows color (decimal): -8646371 or 1905020. OLE color: 1905020.

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

Color convert

RGB1241729-
CMYK00.860.770.51
HSL353.27º75.89%27.65%-
HSV(B)353.27º86.29%48.63%-
XYZ8.734.771.62-
YUV50.36115.95180.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 72.94%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=72.94%
G=10%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124172900.860.770.51353.2775.8927.65
Hex7C111D0564D331614c1c
Octal174213501261156354111434
Binary11111001000111101010101101001101110011101100001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,17,29); }

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

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

 a { background-color: rgb(124,17,29); }

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

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

 span { border-color: rgb(124,17,29); }

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