#79032D

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

Shades of Burgundy #79032D

Tints of Burgundy #79032D

Color information

#79032D (or 0x79032D) is unknown color: approx Burgundy. HEX triplet: 79, 03 and 2D. RGB value is (121,3,45). Sum of RGB (Red+Green+Blue) = 121+3+45=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #79032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79032D is #86FCD2. Grayscale: #2B2B2B. Windows color (decimal): -8846547 or 2950009. OLE color: 2950009.

HSL color Cylindrical-coordinate representation of color #79032D: hue angle of 338.64º 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 #79032D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB121345-
CMYK00.980.630.53
HSL338.64º95.16%24.31%-
HSV(B)338.64º97.52%47.45%-
XYZ8.394.322.87-
YUV43.07129.09183.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.60%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=71.60%
G=1.78%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12134500.980.630.53338.6495.1624.31
Hex7932D0623F351535f18
Octal1713550142776552313730
Binary11110011110110101100010111111110101101010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79032D; }

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

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

<style>
 a { background-color: #79032D; }

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

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

<style>
 span { border-color: #79032D; }

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

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