#790911

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

Shades of Burgundy #790911

Tints of Burgundy #790911

Color information

#790911 (or 0x790911) is unknown color: approx Burgundy. HEX triplet: 79, 09 and 11. RGB value is (121,9,17). Sum of RGB (Red+Green+Blue) = 121+9+17=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790911 is #86F6EE. Grayscale: #2B2B2B. Windows color (decimal): -8845039 or 1116537. OLE color: 1116537.

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

Color convert

RGB121917-
CMYK00.930.860.53
HSL355.71º86.15%25.49%-
HSV(B)355.71º92.56%47.45%-
XYZ8.084.30.93-
YUV43.4113.11183.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 82.31%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=82.31%
G=6.12%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12191700.930.860.53355.7186.1525.49
Hex7991105D56351645619
Octal171112101351266554412631
Binary1111001100110001010111011010110110101101100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790911; }

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

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

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

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

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

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

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

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