#770B17

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

Shades of Burgundy #770B17

Tints of Burgundy #770B17

Color information

#770B17 (or 0x770B17) is unknown color: approx Burgundy. HEX triplet: 77, 0B and 17. RGB value is (119,11,23). Sum of RGB (Red+Green+Blue) = 119+11+23=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #770B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B17 is #88F4E8. Grayscale: #2C2C2C. Windows color (decimal): -8975593 or 1510263. OLE color: 1510263.

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

Color convert

RGB1191123-
CMYK00.910.810.53
HSL353.33º83.08%25.49%-
HSV(B)353.33º90.76%46.67%-
XYZ7.884.221.21-
YUV44.66115.78181.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 11 (4.69% from 255) = 7.19%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=77.78%
G=7.19%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119112300.910.810.53353.3383.0825.49
Hex77B1705B51351615319
Octal167132701331216554112331
Binary1110111101110111010110111010001110101101100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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