#770C22

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

Shades of Burgundy #770C22

Tints of Burgundy #770C22

Color information

#770C22 (or 0x770C22) is unknown color: approx Burgundy. HEX triplet: 77, 0C and 22. RGB value is (119,12,34). Sum of RGB (Red+Green+Blue) = 119+12+34=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #770C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C22 is #88F3DD. Grayscale: #2E2E2E. Windows color (decimal): -8975326 or 2231415. OLE color: 2231415.

HSL color Cylindrical-coordinate representation of color #770C22: hue angle of 347.66º 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 #770C22 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB1191234-
CMYK00.900.710.53
HSL347.66º81.68%25.69%-
HSV(B)347.66º89.92%46.67%-
XYZ8.034.31.92-
YUV46.5120.95179.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=72.12%
G=7.27%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119123400.900.710.53347.6681.6825.69
Hex77C2205A473515c521a
Octal167144201321076553412232
Binary11101111100100010010110101000111110101101011100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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