#770528

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

Shades of Burgundy #770528

Tints of Burgundy #770528

Color information

#770528 (or 0x770528) is unknown color: approx Burgundy. HEX triplet: 77, 05 and 28. RGB value is (119,5,40). Sum of RGB (Red+Green+Blue) = 119+5+40=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #770528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770528 is #88FAD7. Grayscale: #2B2B2B. Windows color (decimal): -8977112 or 2622839. OLE color: 2622839.

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

Color convert

RGB119540-
CMYK00.960.660.53
HSL341.58º91.94%24.31%-
HSV(B)341.58º95.8%46.67%-
XYZ8.054.182.39-
YUV43.08126.27182.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.56%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=72.56%
G=3.05%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11954000.960.660.53341.5891.9424.31
Hex7752806042351565c18
Octal16755001401026552613430
Binary1110111101101000011000001000010110101101010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770528; }

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

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

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

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

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

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

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

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