#770527

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

Shades of Burgundy #770527

Tints of Burgundy #770527

Color information

#770527 (or 0x770527) is unknown color: approx Burgundy. HEX triplet: 77, 05 and 27. RGB value is (119,5,39). Sum of RGB (Red+Green+Blue) = 119+5+39=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #770527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770527 is #88FAD8. Grayscale: #2A2A2A. Windows color (decimal): -8977113 or 2557303. OLE color: 2557303.

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

Color convert

RGB119539-
CMYK00.960.670.53
HSL342.11º91.94%24.31%-
HSV(B)342.11º95.8%46.67%-
XYZ8.034.182.3-
YUV42.96125.77182.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=73.01%
G=3.07%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11953900.960.670.53342.1191.9424.31
Hex7752706043351565c18
Octal16754701401036552613430
Binary1110111101100111011000001000011110101101010110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770527; }

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

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

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

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

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

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

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

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