#79022C

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

Shades of Burgundy #79022C

Tints of Burgundy #79022C

Color information

#79022C (or 0x79022C) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 2C. RGB value is (121,2,44). Sum of RGB (Red+Green+Blue) = 121+2+44=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #79022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79022C is #86FDD3. Grayscale: #2A2A2A. Windows color (decimal): -8846804 or 2884217. OLE color: 2884217.

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

Color convert

RGB121244-
CMYK00.980.640.53
HSL338.82º96.75%24.12%-
HSV(B)338.82º98.35%47.45%-
XYZ8.364.292.77-
YUV42.37128.92184.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.46%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=72.46%
G=1.20%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12124400.980.640.53338.8296.7524.12
Hex7922C06240351536118
Octal17125401421006552314130
Binary111100110101100011000101000000110101101010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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