#770622

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

Shades of Burgundy #770622

Tints of Burgundy #770622

Color information

#770622 (or 0x770622) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 22. RGB value is (119,6,34). Sum of RGB (Red+Green+Blue) = 119+6+34=159 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.84% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 119 - color contains mainly: red. Hex color #770622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770622 is #88F9DD. Grayscale: #2A2A2A. Windows color (decimal): -8976862 or 2229879. OLE color: 2229879.

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

Color convert

RGB119634-
CMYK00.950.710.53
HSL345.13º90.4%24.51%-
HSV(B)345.13º94.96%46.67%-
XYZ7.964.171.9-
YUV42.98122.94182.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.84%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=74.84%
G=3.77%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11963400.950.710.53345.1390.424.51
Hex7762205F47351595a19
Octal16764201371076553113231
Binary1110111110100010010111111000111110101101011001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770622; }

 p { color: rgb(119,6,34); }

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

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

 a { background-color: rgb(119,6,34); }

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

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

 span { border-color: rgb(119,6,34); }

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