#770714

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

Shades of Burgundy #770714

Tints of Burgundy #770714

Color information

#770714 (or 0x770714) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 14. RGB value is (119,7,20). Sum of RGB (Red+Green+Blue) = 119+7+20=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #770714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770714 is #88F8EB. Grayscale: #2A2A2A. Windows color (decimal): -8976620 or 1312631. OLE color: 1312631.

HSL color Cylindrical-coordinate representation of color #770714: hue angle of 353.04º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770714 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB119720-
CMYK00.940.830.53
HSL353.04º88.89%24.71%-
HSV(B)353.04º94.12%46.67%-
XYZ7.814.121.05-
YUV41.97115.61182.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 81.51%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=81.51%
G=4.79%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11972000.940.830.53353.0488.8924.71
Hex7771405E53351615919
Octal16772401361236554113131
Binary111011111110100010111101010011110101101100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770714; }

 p { color: rgb(119,7,20); }

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

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

 a { background-color: rgb(119,7,20); }

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

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

 span { border-color: rgb(119,7,20); }

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