#7C012F

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

Shades of Burgundy #7C012F

Tints of Burgundy #7C012F

Color information

#7C012F (or 0x7C012F) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 2F. RGB value is (124,1,47). Sum of RGB (Red+Green+Blue) = 124+1+47=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C012F is #83FED0. Grayscale: #2A2A2A. Windows color (decimal): -8650449 or 3080572. OLE color: 3080572.

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

Color convert

RGB124147-
CMYK00.990.620.51
HSL337.56º98.4%24.51%-
HSV(B)337.56º99.19%48.63%-
XYZ8.844.513.09-
YUV43.02130.25185.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 72.09%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=72.09%
G=0.58%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12414700.990.620.51337.5698.424.51
Hex7C12F0633E331526219
Octal1741570143766352214231
Binary1111100110111101100011111110110011101010010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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