#7C011E

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

Shades of Burgundy #7C011E

Tints of Burgundy #7C011E

Color information

#7C011E (or 0x7C011E) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 1E. RGB value is (124,1,30). Sum of RGB (Red+Green+Blue) = 124+1+30=155 (20% of max value = 765). Red value is 124 (48.83% from 255 or 80% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 124 - color contains mainly: red. Hex color #7C011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C011E is #83FEE1. Grayscale: #292929. Windows color (decimal): -8650466 or 1966460. OLE color: 1966460.

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

Color convert

RGB124130-
CMYK00.990.760.51
HSL345.85º98.4%24.51%-
HSV(B)345.85º99.19%48.63%-
XYZ8.564.41.63-
YUV41.08121.75187.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 80%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=80%
G=0.65%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12413000.990.760.51345.8598.424.51
Hex7C11E0634C3315a6219
Octal17413601431146353214231
Binary1111100111110011000111001100110011101011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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