#770832

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

Shades of Burgundy #770832

Tints of Burgundy #770832

Color information

#770832 (or 0x770832) is unknown color: approx Burgundy. HEX triplet: 77, 08 and 32. RGB value is (119,8,50). Sum of RGB (Red+Green+Blue) = 119+8+50=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #770832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770832 is #88F7CD. Grayscale: #2D2D2D. Windows color (decimal): -8976334 or 3278967. OLE color: 3278967.

HSL color Cylindrical-coordinate representation of color #770832: hue angle of 337.3º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770832 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB119850-
CMYK00.930.580.53
HSL337.3º87.4%24.9%-
HSV(B)337.3º93.28%46.67%-
XYZ8.274.333.42-
YUV45.98130.27180.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 50 (19.92% from 255) = 28.25%
R=67.23%
G=4.52%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11985000.930.580.53337.387.424.9
Hex7783205D3A351515719
Octal16710620135726552112731
Binary1110111100011001001011101111010110101101010001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770832; }

 p { color: rgb(119,8,50); }

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

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

 a { background-color: rgb(119,8,50); }

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

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

 span { border-color: rgb(119,8,50); }

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