#7C0120

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

Shades of Burgundy #7C0120

Tints of Burgundy #7C0120

Color information

#7C0120 (or 0x7C0120) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 20. RGB value is (124,1,32). Sum of RGB (Red+Green+Blue) = 124+1+32=157 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.98% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0120 is #83FEDF. Grayscale: #292929. Windows color (decimal): -8650464 or 2097532. OLE color: 2097532.

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

Color convert

RGB124132-
CMYK00.990.740.51
HSL344.88º98.4%24.51%-
HSV(B)344.88º99.19%48.63%-
XYZ8.584.411.77-
YUV41.31122.75186.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 78.98%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=78.98%
G=0.64%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12413200.990.740.51344.8898.424.51
Hex7C1200634A331596219
Octal17414001431126353114231
Binary11111001100000011000111001010110011101011001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,1,32); }

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

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

 a { background-color: rgb(124,1,32); }

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

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

 span { border-color: rgb(124,1,32); }

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