#770715

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

Shades of Burgundy #770715

Tints of Burgundy #770715

Color information

#770715 (or 0x770715) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 15. RGB value is (119,7,21). Sum of RGB (Red+Green+Blue) = 119+7+21=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #770715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770715 is #88F8EA. Grayscale: #2A2A2A. Windows color (decimal): -8976619 or 1378167. OLE color: 1378167.

HSL color Cylindrical-coordinate representation of color #770715: hue angle of 352.5º 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 #770715 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB119721-
CMYK00.940.820.53
HSL352.5º88.89%24.71%-
HSV(B)352.5º94.12%46.67%-
XYZ7.824.131.09-
YUV42.08116.11182.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.95%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=80.95%
G=4.76%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11972100.940.820.53352.588.8924.71
Hex7771505E52351605919
Octal16772501361226554013131
Binary111011111110101010111101010010110101101100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770715; }

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

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

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

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

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

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

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

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