#79022A

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

Shades of Burgundy #79022A

Tints of Burgundy #79022A

Color information

#79022A (or 0x79022A) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 2A. RGB value is (121,2,42). Sum of RGB (Red+Green+Blue) = 121+2+42=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #79022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79022A is #86FDD5. Grayscale: #2A2A2A. Windows color (decimal): -8846806 or 2753145. OLE color: 2753145.

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

Color convert

RGB121242-
CMYK00.980.650.53
HSL339.83º96.75%24.12%-
HSV(B)339.83º98.35%47.45%-
XYZ8.324.282.58-
YUV42.14127.92184.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.33%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=73.33%
G=1.21%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12124200.980.650.53339.8396.7524.12
Hex7922A06241351546118
Octal17125201421016552414130
Binary111100110101010011000101000001110101101010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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