#79061E

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

Shades of Burgundy #79061E

Tints of Burgundy #79061E

Color information

#79061E (or 0x79061E) is unknown color: approx Burgundy. HEX triplet: 79, 06 and 1E. RGB value is (121,6,30). Sum of RGB (Red+Green+Blue) = 121+6+30=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #79061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79061E is #86F9E1. Grayscale: #2B2B2B. Windows color (decimal): -8845794 or 1967737. OLE color: 1967737.

HSL color Cylindrical-coordinate representation of color #79061E: hue angle of 347.48º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #79061E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB121630-
CMYK00.950.750.53
HSL347.48º90.55%24.9%-
HSV(B)347.48º95.04%47.45%-
XYZ8.184.291.62-
YUV43.12120.6183.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 77.07%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=77.07%
G=3.82%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12163000.950.750.53347.4890.5524.9
Hex7961E05F4B3515b5b19
Octal17163601371136553313331
Binary111100111011110010111111001011110101101011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79061E; }

 p { color: rgb(121,6,30); }

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

<style>
 a { background-color: #79061E; }

 a { background-color: rgb(121,6,30); }

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

<style>
 span { border-color: #79061E; }

 span { border-color: rgb(121,6,30); }

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