#770E20

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

Shades of Burgundy #770E20

Tints of Burgundy #770E20

Color information

#770E20 (or 0x770E20) is unknown color: approx Burgundy. HEX triplet: 77, 0E and 20. RGB value is (119,14,32). Sum of RGB (Red+Green+Blue) = 119+14+32=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #770E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E20 is #88F1DF. Grayscale: #2F2F2F. Windows color (decimal): -8974816 or 2100855. OLE color: 2100855.

HSL color Cylindrical-coordinate representation of color #770E20: hue angle of 349.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E20 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1191432-
CMYK00.880.730.53
HSL349.71º78.95%26.08%-
HSV(B)349.71º88.24%46.67%-
XYZ8.034.341.78-
YUV47.45119.29179.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 14 (5.86% from 255) = 8.48%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=72.12%
G=8.48%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119143200.880.730.53349.7178.9526.08
Hex77E20058493515e4f1a
Octal167164001301116553611732
Binary11101111110100000010110001001001110101101011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,14,32); }

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

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

 a { background-color: rgb(119,14,32); }

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

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

 span { border-color: rgb(119,14,32); }

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