#770B18

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

Shades of Burgundy #770B18

Tints of Burgundy #770B18

Color information

#770B18 (or 0x770B18) is unknown color: approx Burgundy. HEX triplet: 77, 0B and 18. RGB value is (119,11,24). Sum of RGB (Red+Green+Blue) = 119+11+24=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #770B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B18 is #88F4E7. Grayscale: #2C2C2C. Windows color (decimal): -8975592 or 1575799. OLE color: 1575799.

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

Color convert

RGB1191124-
CMYK00.910.800.53
HSL352.78º83.08%25.49%-
HSV(B)352.78º90.76%46.67%-
XYZ7.894.231.26-
YUV44.77116.28180.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.27%
GREEN value IS 11 (4.69% from 255) = 7.14%
BLUE value IS 24 (9.77% from 255) = 15.58%
R=77.27%
G=7.14%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119112400.910.800.53352.7883.0825.49
Hex77B1805B50351615319
Octal167133001331206554112331
Binary1110111101111000010110111010000110101101100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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