#79061F

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

Shades of Burgundy #79061F

Tints of Burgundy #79061F

Color information

#79061F (or 0x79061F) is unknown color: approx Burgundy. HEX triplet: 79, 06 and 1F. RGB value is (121,6,31). Sum of RGB (Red+Green+Blue) = 121+6+31=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #79061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79061F is #86F9E0. Grayscale: #2B2B2B. Windows color (decimal): -8845793 or 2033273. OLE color: 2033273.

HSL color Cylindrical-coordinate representation of color #79061F: hue angle of 346.96º 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 #79061F is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB121631-
CMYK00.950.740.53
HSL346.96º90.55%24.9%-
HSV(B)346.96º95.04%47.45%-
XYZ8.24.291.69-
YUV43.24121.1183.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.58%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=76.58%
G=3.80%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12163100.950.740.53346.9690.5524.9
Hex7961F05F4A3515b5b19
Octal17163701371126553313331
Binary111100111011111010111111001010110101101011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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