#770628

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

Shades of Burgundy #770628

Tints of Burgundy #770628

Color information

#770628 (or 0x770628) is unknown color: approx Burgundy. HEX triplet: 77, 06 and 28. RGB value is (119,6,40). Sum of RGB (Red+Green+Blue) = 119+6+40=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #770628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770628 is #88F9D7. Grayscale: #2B2B2B. Windows color (decimal): -8976856 or 2623095. OLE color: 2623095.

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

Color convert

RGB119640-
CMYK00.950.660.53
HSL341.95º90.4%24.51%-
HSV(B)341.95º94.96%46.67%-
XYZ8.064.212.39-
YUV43.66125.94181.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=72.12%
G=3.64%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11964000.950.660.53341.9590.424.51
Hex7762805F42351565a19
Octal16765001371026552613231
Binary1110111110101000010111111000010110101101010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770628; }

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

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

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

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

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

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

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

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