#79012F

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

Shades of Burgundy #79012F

Tints of Burgundy #79012F

Color information

#79012F (or 0x79012F) is unknown color: approx Burgundy. HEX triplet: 79, 01 and 2F. RGB value is (121,1,47). Sum of RGB (Red+Green+Blue) = 121+1+47=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #79012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79012F is #86FED0. Grayscale: #2A2A2A. Windows color (decimal): -8847057 or 3080569. OLE color: 3080569.

HSL color Cylindrical-coordinate representation of color #79012F: hue angle of 337º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79012F is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB121147-
CMYK00.990.610.53
HSL337º98.36%23.92%-
HSV(B)337º99.17%47.45%-
XYZ8.414.293.07-
YUV42.12130.76184.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.60%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=71.60%
G=0.59%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12114700.990.610.5333798.3623.92
Hex7912F0633D351516218
Octal1711570143756552114230
Binary1111001110111101100011111101110101101010001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79012F; }

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

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

<style>
 a { background-color: #79012F; }

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

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

<style>
 span { border-color: #79012F; }

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

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