#79022D

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

Shades of Burgundy #79022D

Tints of Burgundy #79022D

Color information

#79022D (or 0x79022D) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 2D. RGB value is (121,2,45). Sum of RGB (Red+Green+Blue) = 121+2+45=168 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.02% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 121 - color contains mainly: red. Hex color #79022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79022D is #86FDD2. Grayscale: #2A2A2A. Windows color (decimal): -8846803 or 2949753. OLE color: 2949753.

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

Color convert

RGB121245-
CMYK00.980.630.53
HSL338.32º96.75%24.12%-
HSV(B)338.32º98.35%47.45%-
XYZ8.384.32.87-
YUV42.48129.42184-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.02%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=72.02%
G=1.19%
B=26.79%

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
Decimal12124500.980.630.53338.3296.7524.12
Hex7922D0623F351526118
Octal1712550142776552214130
Binary11110011010110101100010111111110101101010010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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