#770b2c

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

Shades of Burgundy #770B2C

Tints of Burgundy #770B2C

Color information

#770B2C (or 0x770B2C) is unknown color: approx Burgundy. HEX triplet: 77, 0B and 2C. RGB value is (119,11,44). Sum of RGB (Red+Green+Blue) = 119+11+44=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B2C is #88F4D3. Grayscale: #2F2F2F. Windows color (decimal): -8975572 or 2886519. OLE color: 2886519.

HSL color Cylindrical-coordinate representation of color #770B2C: hue angle of 341.67º 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 #770B2C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1191144-
CMYK00.910.630.53
HSL341.67º83.08%25.49%-
HSV(B)341.67º90.76%46.67%-
XYZ8.184.342.79-
YUV47.05126.28179.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=68.39%
G=6.32%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119114400.910.630.53341.6783.0825.49
Hex77B2C05B3F351565319
Octal16713540133776552612331
Binary1110111101110110001011011111111110101101010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770b2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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