#770816

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

Shades of Burgundy #770816

Tints of Burgundy #770816

Color information

#770816 (or 0x770816) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 16. RGB value is (119,8,22). Sum of RGB (Red+Green+Blue) = 119+8+22=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #770816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770816 is #88F7E9. Grayscale: #2A2A2A. Windows color (decimal): -8976362 or 1443959. OLE color: 1443959.

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

Color convert

RGB119822-
CMYK00.930.820.53
HSL352.43º87.4%24.9%-
HSV(B)352.43º93.28%46.67%-
XYZ7.844.151.15-
YUV42.78116.27182.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.87%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=79.87%
G=5.37%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11982200.930.820.53352.4387.424.9
Hex7781605D52351605719
Octal167102601351226554012731
Binary1110111100010110010111011010010110101101100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770816; }

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

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

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

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

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

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

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

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