#770110

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

Shades of Burgundy #770110

Tints of Burgundy #770110

Color information

#770110 (or 0x770110) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 10. RGB value is (119,1,16). Sum of RGB (Red+Green+Blue) = 119+1+16=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #770110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770110 is #88FEEF. Grayscale: #262626. Windows color (decimal): -8978160 or 1048951. OLE color: 1048951.

HSL color Cylindrical-coordinate representation of color #770110: hue angle of 352.37º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770110 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB119116-
CMYK00.990.870.53
HSL352.37º98.33%23.53%-
HSV(B)352.37º99.16%46.67%-
XYZ7.713.980.85-
YUV37.99115.59185.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 87.5%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=87.5%
G=0.74%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911600.990.870.53352.3798.3323.53
Hex7711006357351606218
Octal16712001431276554014230
Binary1110111110000011000111010111110101101100000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770110; }

 p { color: rgb(119,1,16); }

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

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

 a { background-color: rgb(119,1,16); }

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

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

 span { border-color: rgb(119,1,16); }

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