#790931

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

Shades of Burgundy #790931

Tints of Burgundy #790931

Color information

#790931 (or 0x790931) is unknown color: approx Burgundy. HEX triplet: 79, 09 and 31. RGB value is (121,9,49). Sum of RGB (Red+Green+Blue) = 121+9+49=179 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.60% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 121 - color contains mainly: red. Hex color #790931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790931 is #86F6CE. Grayscale: #2F2F2F. Windows color (decimal): -8845007 or 3213689. OLE color: 3213689.

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

Color convert

RGB121949-
CMYK00.930.600.53
HSL338.57º86.15%25.49%-
HSV(B)338.57º92.56%47.45%-
XYZ8.544.483.32-
YUV47.05129.11180.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.60%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=67.60%
G=5.03%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12194900.930.600.53338.5786.1525.49
Hex7993105D3C351535619
Octal17111610135746552312631
Binary1111001100111000101011101111100110101101010011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790931; }

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

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

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

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

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

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

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

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