#770625

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

Shades of Burgundy #770625

Tints of Burgundy #770625

Color information

#770625 (or 0x770625) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 25. RGB value is (119,6,37). Sum of RGB (Red+Green+Blue) = 119+6+37=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770625 is #88F9DA. Grayscale: #2B2B2B. Windows color (decimal): -8976859 or 2426487. OLE color: 2426487.

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

Color convert

RGB119637-
CMYK00.950.690.53
HSL343.54º90.4%24.51%-
HSV(B)343.54º94.96%46.67%-
XYZ8.014.192.14-
YUV43.32124.44181.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=73.46%
G=3.70%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11963700.950.690.53343.5490.424.51
Hex7762505F45351585a19
Octal16764501371056553013231
Binary1110111110100101010111111000101110101101011000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770625; }

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

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

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

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

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

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

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

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