#7C061D

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

Shades of Burgundy #7C061D

Tints of Burgundy #7C061D

Color information

#7C061D (or 0x7C061D) is unknown color: approx Burgundy. HEX triplet: 7C, 06 and 1D. RGB value is (124,6,29). Sum of RGB (Red+Green+Blue) = 124+6+29=159 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.99% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 124 - color contains mainly: red. Hex color #7C061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C061D is #83F9E2. Grayscale: #2B2B2B. Windows color (decimal): -8649187 or 1902204. OLE color: 1902204.

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

Color convert

RGB124629-
CMYK00.950.770.51
HSL348.31º90.77%25.49%-
HSV(B)348.31º95.16%48.63%-
XYZ8.64.51.58-
YUV43.9119.59185.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.99%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=77.99%
G=3.77%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12462900.950.770.51348.3190.7725.49
Hex7C61D05F4D3315c5b19
Octal17463501371156353413331
Binary111110011011101010111111001101110011101011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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