#7C0726

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

Shades of Burgundy #7C0726

Tints of Burgundy #7C0726

Color information

#7C0726 (or 0x7C0726) is unknown color: approx Burgundy. HEX triplet: 7C, 07 and 26. RGB value is (124,7,38). Sum of RGB (Red+Green+Blue) = 124+7+38=169 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.37% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0726 is #83F8D9. Grayscale: #2D2D2D. Windows color (decimal): -8648922 or 2492284. OLE color: 2492284.

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

Color convert

RGB124738-
CMYK00.940.690.51
HSL344.1º89.31%25.69%-
HSV(B)344.1º94.35%48.63%-
XYZ8.744.582.26-
YUV45.52123.76183.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 73.37%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=73.37%
G=4.14%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12473800.940.690.51344.189.3125.69
Hex7C72605E4533158591a
Octal17474601361056353013132
Binary1111100111100110010111101000101110011101011000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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