#7C012E

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

Shades of Burgundy #7C012E

Tints of Burgundy #7C012E

Color information

#7C012E (or 0x7C012E) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 2E. RGB value is (124,1,46). Sum of RGB (Red+Green+Blue) = 124+1+46=171 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.51% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 124 - color contains mainly: red. Hex color #7C012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C012E is #83FED1. Grayscale: #2A2A2A. Windows color (decimal): -8650450 or 3015036. OLE color: 3015036.

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

Color convert

RGB124146-
CMYK00.990.630.51
HSL338.05º98.4%24.51%-
HSV(B)338.05º99.19%48.63%-
XYZ8.824.52.99-
YUV42.91129.75185.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 72.51%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=72.51%
G=0.58%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12414600.990.630.51338.0598.424.51
Hex7C12E0633F331526219
Octal1741560143776352214231
Binary1111100110111001100011111111110011101010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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