#770516

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

Shades of Burgundy #770516

Tints of Burgundy #770516

Color information

#770516 (or 0x770516) is unknown color: approx Burgundy. HEX triplet: 77, 05 and 16. RGB value is (119,5,22). Sum of RGB (Red+Green+Blue) = 119+5+22=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #770516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770516 is #88FAE9. Grayscale: #292929. Windows color (decimal): -8977130 or 1443191. OLE color: 1443191.

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

Color convert

RGB119522-
CMYK00.960.820.53
HSL351.05º91.94%24.31%-
HSV(B)351.05º95.8%46.67%-
XYZ7.814.091.14-
YUV41.02117.27183.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 81.51%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=81.51%
G=3.42%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11952200.960.820.53351.0591.9424.31
Hex77516060523515f5c18
Octal16752601401226553713430
Binary111011110110110011000001010010110101101011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770516; }

 p { color: rgb(119,5,22); }

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

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

 a { background-color: rgb(119,5,22); }

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

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

 span { border-color: rgb(119,5,22); }

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