#79031C

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

Shades of Burgundy #79031C

Tints of Burgundy #79031C

Color information

#79031C (or 0x79031C) is unknown color: approx Burgundy. HEX triplet: 79, 03 and 1C. RGB value is (121,3,28). Sum of RGB (Red+Green+Blue) = 121+3+28=152 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.61% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 121 - color contains mainly: red. Hex color #79031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79031C is #86FCE3. Grayscale: #292929. Windows color (decimal): -8846564 or 1835897. OLE color: 1835897.

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

Color convert

RGB121328-
CMYK00.980.770.53
HSL347.29º95.16%24.31%-
HSV(B)347.29º97.52%47.45%-
XYZ8.134.211.48-
YUV41.13120.59184.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.61%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=79.61%
G=1.97%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12132800.980.770.53347.2995.1624.31
Hex7931C0624D3515b5f18
Octal17133401421156553313730
Binary11110011111100011000101001101110101101011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,3,28); }

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

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

 a { background-color: rgb(121,3,28); }

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

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

 span { border-color: rgb(121,3,28); }

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