#770014

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

Shades of Burgundy #770014

Tints of Burgundy #770014

Color information

#770014 (or 0x770014) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 14. RGB value is (119,0,20). Sum of RGB (Red+Green+Blue) = 119+0+20=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #770014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770014 is #88FFEB. Grayscale: #252525. Windows color (decimal): -8978412 or 1310839. OLE color: 1310839.

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

Color convert

RGB119020-
CMYK010.830.53
HSL349.92º100%23.33%-
HSV(B)349.92º100%46.67%-
XYZ7.733.971.02-
YUV37.86117.92185.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 85.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=85.61%
G=0%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119020010.830.53349.9210023.33
Hex77014064533515e6417
Octal16702401441236553614427
Binary1110111010100011001001010011110101101011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770014; }

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

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

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

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

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

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

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

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