#77061E

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

Shades of Burgundy #77061E

Tints of Burgundy #77061E

Color information

#77061E (or 0x77061E) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 1E. RGB value is (119,6,30). Sum of RGB (Red+Green+Blue) = 119+6+30=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #77061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77061E is #88F9E1. Grayscale: #2A2A2A. Windows color (decimal): -8976866 or 1967735. OLE color: 1967735.

HSL color Cylindrical-coordinate representation of color #77061E: hue angle of 347.26º 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 #77061E is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB119630-
CMYK00.950.750.53
HSL347.26º90.4%24.51%-
HSV(B)347.26º94.96%46.67%-
XYZ7.914.151.61-
YUV42.52120.94182.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 76.77%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=76.77%
G=3.87%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11963000.950.750.53347.2690.424.51
Hex7761E05F4B3515b5a19
Octal16763601371136553313231
Binary111011111011110010111111001011110101101011011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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