#770129

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

Shades of Burgundy #770129

Tints of Burgundy #770129

Color information

#770129 (or 0x770129) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 29. RGB value is (119,1,41). Sum of RGB (Red+Green+Blue) = 119+1+41=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #770129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770129 is #88FED6. Grayscale: #282828. Windows color (decimal): -8978135 or 2687351. OLE color: 2687351.

HSL color Cylindrical-coordinate representation of color #770129: hue angle of 339.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770129 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB119141-
CMYK00.990.660.53
HSL339.66º98.33%23.53%-
HSV(B)339.66º99.16%46.67%-
XYZ8.024.12.47-
YUV40.84128.09183.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=73.91%
G=0.62%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11914100.990.660.53339.6698.3323.53
Hex7712906342351546218
Octal16715101431026552414230
Binary11101111101001011000111000010110101101010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770129; }

 p { color: rgb(119,1,41); }

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

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

 a { background-color: rgb(119,1,41); }

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

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

 span { border-color: rgb(119,1,41); }

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