#79041E

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

Shades of Burgundy #79041E

Tints of Burgundy #79041E

Color information

#79041E (or 0x79041E) is unknown color: approx Burgundy. HEX triplet: 79, 04 and 1E. RGB value is (121,4,30). Sum of RGB (Red+Green+Blue) = 121+4+30=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #79041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79041E is #86FBE1. Grayscale: #292929. Windows color (decimal): -8846306 or 1967225. OLE color: 1967225.

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

Color convert

RGB121430-
CMYK00.970.750.53
HSL346.67º93.6%24.51%-
HSV(B)346.67º96.69%47.45%-
XYZ8.164.251.62-
YUV41.95121.26184.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 78.06%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=78.06%
G=2.58%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12143000.970.750.53346.6793.624.51
Hex7941E0614B3515b5e19
Octal17143601411136553313631
Binary111100110011110011000011001011110101101011011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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