#770721

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

Shades of Burgundy #770721

Tints of Burgundy #770721

Color information

#770721 (or 0x770721) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 21. RGB value is (119,7,33). Sum of RGB (Red+Green+Blue) = 119+7+33=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #770721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770721 is #88F8DE. Grayscale: #2B2B2B. Windows color (decimal): -8976607 or 2164599. OLE color: 2164599.

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

Color convert

RGB119733-
CMYK00.940.720.53
HSL346.07º88.89%24.71%-
HSV(B)346.07º94.12%46.67%-
XYZ7.964.181.83-
YUV43.45122.11181.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=74.84%
G=4.40%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11973300.940.720.53346.0788.8924.71
Hex7772105E483515a5919
Octal16774101361106553213131
Binary1110111111100001010111101001000110101101011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770721; }

 p { color: rgb(119,7,33); }

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

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

 a { background-color: rgb(119,7,33); }

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

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

 span { border-color: rgb(119,7,33); }

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