#770621

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

Shades of Burgundy #770621

Tints of Burgundy #770621

Color information

#770621 (or 0x770621) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 21. RGB value is (119,6,33). Sum of RGB (Red+Green+Blue) = 119+6+33=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #770621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770621 is #88F9DE. Grayscale: #2A2A2A. Windows color (decimal): -8976863 or 2164343. OLE color: 2164343.

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

Color convert

RGB119633-
CMYK00.950.720.53
HSL345.66º90.4%24.51%-
HSV(B)345.66º94.96%46.67%-
XYZ7.954.161.82-
YUV42.86122.44182.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.32%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=75.32%
G=3.80%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11963300.950.720.53345.6690.424.51
Hex7762105F483515a5a19
Octal16764101371106553213231
Binary1110111110100001010111111001000110101101011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770621; }

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

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

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

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

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

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

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

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