#770526

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

Shades of Burgundy #770526

Tints of Burgundy #770526

Color information

#770526 (or 0x770526) is unknown color: approx Burgundy. HEX triplet: 77, 05 and 26. RGB value is (119,5,38). Sum of RGB (Red+Green+Blue) = 119+5+38=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770526 is #88FAD9. Grayscale: #2A2A2A. Windows color (decimal): -8977114 or 2491767. OLE color: 2491767.

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

Color convert

RGB119538-
CMYK00.960.680.53
HSL342.63º91.94%24.31%-
HSV(B)342.63º95.8%46.67%-
XYZ8.014.172.22-
YUV42.85125.27182.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=73.46%
G=3.09%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11953800.960.680.53342.6391.9424.31
Hex7752606044351575c18
Octal16754601401046552713430
Binary1110111101100110011000001000100110101101010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770526; }

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

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

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

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

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

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

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

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