#770C11

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

Shades of Burgundy #770C11

Tints of Burgundy #770C11

Color information

#770C11 (or 0x770C11) is unknown color: approx Burgundy. HEX triplet: 77, 0C and 11. RGB value is (119,12,17). Sum of RGB (Red+Green+Blue) = 119+12+17=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #770C11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C11 is #88F3EE. Grayscale: #2C2C2C. Windows color (decimal): -8975343 or 1117303. OLE color: 1117303.

HSL color Cylindrical-coordinate representation of color #770C11: hue angle of 357.2º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C11 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1191217-
CMYK00.900.860.53
HSL357.2º81.68%25.69%-
HSV(B)357.2º89.92%46.67%-
XYZ7.844.230.93-
YUV44.56112.45181.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.41%
GREEN value IS 12 (5.08% from 255) = 8.11%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=80.41%
G=8.11%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119121700.900.860.53357.281.6825.69
Hex77C1105A5635165521a
Octal167142101321266554512232
Binary1110111110010001010110101010110110101101100101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770C11; }

 p { color: rgb(119,12,17); }

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

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

 a { background-color: rgb(119,12,17); }

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

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

 span { border-color: rgb(119,12,17); }

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