#79092E

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

Shades of Burgundy #79092E

Tints of Burgundy #79092E

Color information

#79092E (or 0x79092E) is unknown color: approx Burgundy. HEX triplet: 79, 09 and 2E. RGB value is (121,9,46). Sum of RGB (Red+Green+Blue) = 121+9+46=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #79092E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79092E is #86F6D1. Grayscale: #2E2E2E. Windows color (decimal): -8845010 or 3017081. OLE color: 3017081.

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

Color convert

RGB121946-
CMYK00.930.620.53
HSL340.18º86.15%25.49%-
HSV(B)340.18º92.56%47.45%-
XYZ8.484.463-
YUV46.71127.61180.99-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=68.75%
G=5.11%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12194600.930.620.53340.1886.1525.49
Hex7992E05D3E351545619
Octal17111560135766552412631
Binary1111001100110111001011101111110110101101010100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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