#7C1124

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

Shades of Burgundy #7C1124

Tints of Burgundy #7C1124

Color information

#7C1124 (or 0x7C1124) is unknown color: approx Burgundy. HEX triplet: 7C, 11 and 24. RGB value is (124,17,36). Sum of RGB (Red+Green+Blue) = 124+17+36=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1124 is #83EEDB. Grayscale: #333333. Windows color (decimal): -8646364 or 2363772. OLE color: 2363772.

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

Color convert

RGB1241736-
CMYK00.860.710.51
HSL349.35º75.89%27.65%-
HSV(B)349.35º86.29%48.63%-
XYZ8.834.812.13-
YUV51.16119.45179.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 70.06%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 36 (14.45% from 255) = 20.34%
R=70.06%
G=9.60%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124173600.860.710.51349.3575.8927.65
Hex7C1124056473315d4c1c
Octal174214401261076353511434
Binary111110010001100100010101101000111110011101011101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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