#79081A

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

Shades of Burgundy #79081A

Tints of Burgundy #79081A

Color information

#79081A (or 0x79081A) is unknown color: approx Burgundy. HEX triplet: 79, 08 and 1A. RGB value is (121,8,26). Sum of RGB (Red+Green+Blue) = 121+8+26=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #79081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79081A is #86F7E5. Grayscale: #2B2B2B. Windows color (decimal): -8845286 or 1706105. OLE color: 1706105.

HSL color Cylindrical-coordinate representation of color #79081A: hue angle of 350.44º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79081A is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB121826-
CMYK00.930.790.53
HSL350.44º87.6%25.29%-
HSV(B)350.44º93.39%47.45%-
XYZ8.164.311.38-
YUV43.84117.94183.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 78.06%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=78.06%
G=5.16%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12182600.930.790.53350.4487.625.29
Hex7981A05D4F3515e5819
Octal171103201351176553613031
Binary1111001100011010010111011001111110101101011110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79081A; }

 p { color: rgb(121,8,26); }

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

<style>
 a { background-color: #79081A; }

 a { background-color: rgb(121,8,26); }

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

<style>
 span { border-color: #79081A; }

 span { border-color: rgb(121,8,26); }

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