#7C020E

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

Shades of Burgundy #7C020E

Tints of Burgundy #7C020E

Color information

#7C020E (or 0x7C020E) is unknown color: approx Burgundy. HEX triplet: 7C, 02 and 0E. RGB value is (124,2,14). Sum of RGB (Red+Green+Blue) = 124+2+14=140 (18% of max value = 765). Red value is 124 (48.83% from 255 or 88.57% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 124 - color contains mainly: red. Hex color #7C020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C020E is #83FDF1. Grayscale: #272727. Windows color (decimal): -8650226 or 918140. OLE color: 918140.

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

Color convert

RGB124214-
CMYK00.980.890.51
HSL354.1º96.83%24.71%-
HSV(B)354.1º98.39%48.63%-
XYZ8.414.360.81-
YUV39.85113.42188.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 88.57%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 14 (5.86% from 255) = 10%
R=88.57%
G=1.43%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12421400.980.890.51354.196.8324.71
Hex7C2E06259331626119
Octal17421601421316354214131
Binary1111100101110011000101011001110011101100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,2,14); }

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

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

 a { background-color: rgb(124,2,14); }

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

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

 span { border-color: rgb(124,2,14); }

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