#770128

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

Shades of Burgundy #770128

Tints of Burgundy #770128

Color information

#770128 (or 0x770128) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 28. RGB value is (119,1,40). Sum of RGB (Red+Green+Blue) = 119+1+40=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770128 is #88FED7. Grayscale: #282828. Windows color (decimal): -8978136 or 2621815. OLE color: 2621815.

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

Color convert

RGB119140-
CMYK00.990.660.53
HSL340.17º98.33%23.53%-
HSV(B)340.17º99.16%46.67%-
XYZ84.12.38-
YUV40.73127.59183.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 40 (16.02% from 255) = 25%
R=74.38%
G=0.62%
B=25%

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
Decimal11914000.990.660.53340.1798.3323.53
Hex7712806342351546218
Octal16715001431026552414230
Binary11101111101000011000111000010110101101010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770128; }

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

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

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

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

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

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

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

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