#79092C

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

Shades of Burgundy #79092C

Tints of Burgundy #79092C

Color information

#79092C (or 0x79092C) is unknown color: approx Burgundy. HEX triplet: 79, 09 and 2C. RGB value is (121,9,44). Sum of RGB (Red+Green+Blue) = 121+9+44=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #79092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79092C is #86F6D3. Grayscale: #2E2E2E. Windows color (decimal): -8845012 or 2886009. OLE color: 2886009.

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

Color convert

RGB121944-
CMYK00.930.640.53
HSL341.25º86.15%25.49%-
HSV(B)341.25º92.56%47.45%-
XYZ8.444.442.8-
YUV46.48126.61181.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.54%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=69.54%
G=5.17%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12194400.930.640.53341.2586.1525.49
Hex7992C05D40351555619
Octal171115401351006552512631
Binary11110011001101100010111011000000110101101010101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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