#7C1129

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

Shades of Burgundy #7C1129

Tints of Burgundy #7C1129

Color information

#7C1129 (or 0x7C1129) is unknown color: approx Burgundy. HEX triplet: 7C, 11 and 29. RGB value is (124,17,41). Sum of RGB (Red+Green+Blue) = 124+17+41=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1129 is #83EED6. Grayscale: #333333. Windows color (decimal): -8646359 or 2691452. OLE color: 2691452.

HSL color Cylindrical-coordinate representation of color #7C1129: hue angle of 346.54º 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 #7C1129 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB1241741-
CMYK00.860.670.51
HSL346.54º75.89%27.65%-
HSV(B)346.54º86.29%48.63%-
XYZ8.914.852.56-
YUV51.73121.95179.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 68.13%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=68.13%
G=9.34%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124174100.860.670.51346.5475.8927.65
Hex7C1129056433315b4c1c
Octal174215101261036353311434
Binary111110010001101001010101101000011110011101011011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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