#7C012B

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

Shades of Burgundy #7C012B

Tints of Burgundy #7C012B

Color information

#7C012B (or 0x7C012B) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 2B. RGB value is (124,1,43). Sum of RGB (Red+Green+Blue) = 124+1+43=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C012B is #83FED4. Grayscale: #2A2A2A. Windows color (decimal): -8650453 or 2818428. OLE color: 2818428.

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

Color convert

RGB124143-
CMYK00.990.650.51
HSL339.51º98.4%24.51%-
HSV(B)339.51º99.19%48.63%-
XYZ8.764.482.69-
YUV42.57128.25186.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 73.81%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=73.81%
G=0.60%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12414300.990.650.51339.5198.424.51
Hex7C12B06341331546219
Octal17415301431016352414231
Binary11111001101011011000111000001110011101010100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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