#77060E

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

Shades of Burgundy #77060E

Tints of Burgundy #77060E

Color information

#77060E (or 0x77060E) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 0E. RGB value is (119,6,14). Sum of RGB (Red+Green+Blue) = 119+6+14=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #77060E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77060E is #88F9F1. Grayscale: #282828. Windows color (decimal): -8976882 or 919159. OLE color: 919159.

HSL color Cylindrical-coordinate representation of color #77060E: hue angle of 355.75º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77060E is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB119614-
CMYK00.950.880.53
HSL355.75º90.4%24.51%-
HSV(B)355.75º94.96%46.67%-
XYZ7.754.080.8-
YUV40.7112.94183.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 85.61%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=85.61%
G=4.32%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11961400.950.880.53355.7590.424.51
Hex776E05F58351645a19
Octal16761601371306554413231
Binary11101111101110010111111011000110101101100100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77060E; }

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

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

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

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

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

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

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

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