#790014

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

Shades of Burgundy #790014

Tints of Burgundy #790014

Color information

#790014 (or 0x790014) is unknown color: approx Burgundy. HEX triplet: 79, 00 and 14. RGB value is (121,0,20). Sum of RGB (Red+Green+Blue) = 121+0+20=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #790014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790014 is #86FFEB. Grayscale: #262626. Windows color (decimal): -8847340 or 1310841. OLE color: 1310841.

HSL color Cylindrical-coordinate representation of color #790014: hue angle of 350.08º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790014 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB121020-
CMYK010.830.53
HSL350.08º100%23.73%-
HSV(B)350.08º100%47.45%-
XYZ8.014.121.03-
YUV38.46117.59186.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 85.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=85.82%
G=0%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121020010.830.53350.0810023.73
Hex79014064533515e6418
Octal17102401441236553614430
Binary1111001010100011001001010011110101101011110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790014; }

 p { color: rgb(121,0,20); }

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

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

 a { background-color: rgb(121,0,20); }

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

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

 span { border-color: rgb(121,0,20); }

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