#77040E

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

Shades of Burgundy #77040E

Tints of Burgundy #77040E

Color information

#77040E (or 0x77040E) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 0E. RGB value is (119,4,14). Sum of RGB (Red+Green+Blue) = 119+4+14=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #77040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77040E is #88FBF1. Grayscale: #272727. Windows color (decimal): -8977394 or 918647. OLE color: 918647.

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

Color convert

RGB119414-
CMYK00.970.880.53
HSL354.78º93.5%24.12%-
HSV(B)354.78º96.64%46.67%-
XYZ7.734.040.79-
YUV39.52113.6184.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.86%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 14 (5.86% from 255) = 10.22%
R=86.86%
G=2.92%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11941400.970.880.53354.7893.524.12
Hex774E06158351635d18
Octal16741601411306554313530
Binary11101111001110011000011011000110101101100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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