#770A10

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

Shades of Burgundy #770A10

Tints of Burgundy #770A10

Color information

#770A10 (or 0x770A10) is unknown color: approx Burgundy. HEX triplet: 77, 0A and 10. RGB value is (119,10,16). Sum of RGB (Red+Green+Blue) = 119+10+16=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770A10 is #88F5EF. Grayscale: #2B2B2B. Windows color (decimal): -8975856 or 1051255. OLE color: 1051255.

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

Color convert

RGB1191016-
CMYK00.920.870.53
HSL356.7º84.5%25.29%-
HSV(B)356.7º91.6%46.67%-
XYZ7.814.180.88-
YUV43.27112.61182.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.07%
GREEN value IS 10 (4.30% from 255) = 6.90%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=82.07%
G=6.90%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119101600.920.870.53356.784.525.29
Hex77A1005C57351655419
Octal167122001341276554512431
Binary1110111101010000010111001010111110101101100101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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