#770524

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

Shades of Burgundy #770524

Tints of Burgundy #770524

Color information

#770524 (or 0x770524) is unknown color: approx Burgundy. HEX triplet: 77, 05 and 24. RGB value is (119,5,36). Sum of RGB (Red+Green+Blue) = 119+5+36=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770524 is #88FADB. Grayscale: #2A2A2A. Windows color (decimal): -8977116 or 2360695. OLE color: 2360695.

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

Color convert

RGB119536-
CMYK00.960.700.53
HSL343.68º91.94%24.31%-
HSV(B)343.68º95.8%46.67%-
XYZ7.984.162.05-
YUV42.62124.27182.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=74.38%
G=3.12%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11953600.960.700.53343.6891.9424.31
Hex7752406046351585c18
Octal16754401401066553013430
Binary1110111101100100011000001000110110101101011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770524; }

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

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

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

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

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

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

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

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