#77050E

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

Shades of Burgundy #77050E

Tints of Burgundy #77050E

Color information

#77050E (or 0x77050E) is unknown color: approx Burgundy. HEX triplet: 77, 05 and 0E. RGB value is (119,5,14). Sum of RGB (Red+Green+Blue) = 119+5+14=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #77050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77050E is #88FAF1. Grayscale: #282828. Windows color (decimal): -8977138 or 918903. OLE color: 918903.

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

Color convert

RGB119514-
CMYK00.960.880.53
HSL355.26º91.94%24.31%-
HSV(B)355.26º95.8%46.67%-
XYZ7.744.060.79-
YUV40.11113.27184.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 86.23%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=86.23%
G=3.62%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11951400.960.880.53355.2691.9424.31
Hex775E06058351635c18
Octal16751601401306554313430
Binary11101111011110011000001011000110101101100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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