#79052C

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

Shades of Burgundy #79052C

Tints of Burgundy #79052C

Color information

#79052C (or 0x79052C) is unknown color: approx Burgundy. HEX triplet: 79, 05 and 2C. RGB value is (121,5,44). Sum of RGB (Red+Green+Blue) = 121+5+44=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #79052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79052C is #86FAD3. Grayscale: #2C2C2C. Windows color (decimal): -8846036 or 2884985. OLE color: 2884985.

HSL color Cylindrical-coordinate representation of color #79052C: hue angle of 339.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79052C is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB121544-
CMYK00.960.640.53
HSL339.83º92.06%24.71%-
HSV(B)339.83º95.87%47.45%-
XYZ8.394.362.78-
YUV44.13127.93182.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.18%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=71.18%
G=2.94%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12154400.960.640.53339.8392.0624.71
Hex7952C06040351545c19
Octal17155401401006552413431
Binary1111001101101100011000001000000110101101010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79052C; }

 p { color: rgb(121,5,44); }

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

<style>
 a { background-color: #79052C; }

 a { background-color: rgb(121,5,44); }

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

<style>
 span { border-color: #79052C; }

 span { border-color: rgb(121,5,44); }

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