#7C061C

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

Shades of Burgundy #7C061C

Tints of Burgundy #7C061C

Color information

#7C061C (or 0x7C061C) is unknown color: approx Burgundy. HEX triplet: 7C, 06 and 1C. RGB value is (124,6,28). Sum of RGB (Red+Green+Blue) = 124+6+28=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C061C is #83F9E3. Grayscale: #2B2B2B. Windows color (decimal): -8649188 or 1836668. OLE color: 1836668.

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

Color convert

RGB124628-
CMYK00.950.770.51
HSL348.81º90.77%25.49%-
HSV(B)348.81º95.16%48.63%-
XYZ8.594.51.51-
YUV43.79119.09185.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 78.48%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=78.48%
G=3.80%
B=17.72%

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
Decimal12462800.950.770.51348.8190.7725.49
Hex7C61C05F4D3315d5b19
Octal17463401371156353513331
Binary111110011011100010111111001101110011101011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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