#770B2D

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

Shades of Burgundy #770B2D

Tints of Burgundy #770B2D

Color information

#770B2D (or 0x770B2D) is unknown color: approx Burgundy. HEX triplet: 77, 0B and 2D. RGB value is (119,11,45). Sum of RGB (Red+Green+Blue) = 119+11+45=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #770B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B2D is #88F4D2. Grayscale: #2F2F2F. Windows color (decimal): -8975571 or 2952055. OLE color: 2952055.

HSL color Cylindrical-coordinate representation of color #770B2D: hue angle of 341.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B2D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1191145-
CMYK00.910.620.53
HSL341.11º83.08%25.49%-
HSV(B)341.11º90.76%46.67%-
XYZ8.24.352.89-
YUV47.17126.78179.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68%
GREEN value IS 11 (4.69% from 255) = 6.29%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=68%
G=6.29%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119114500.910.620.53341.1183.0825.49
Hex77B2D05B3E351555319
Octal16713550133766552512331
Binary1110111101110110101011011111110110101101010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770B2D; }

 p { color: rgb(119,11,45); }

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

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

 a { background-color: rgb(119,11,45); }

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

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

 span { border-color: rgb(119,11,45); }

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