#770D10

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

Shades of Burgundy #770D10

Tints of Burgundy #770D10

Color information

#770D10 (or 0x770D10) is unknown color: approx Burgundy. HEX triplet: 77, 0D and 10. RGB value is (119,13,16). Sum of RGB (Red+Green+Blue) = 119+13+16=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #770D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D10 is #88F2EF. Grayscale: #2D2D2D. Windows color (decimal): -8975088 or 1052023. OLE color: 1052023.

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

Color convert

RGB1191316-
CMYK00.890.870.53
HSL358.3º80.3%25.88%-
HSV(B)358.3º89.08%46.67%-
XYZ7.854.250.9-
YUV45.04111.62180.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.41%
GREEN value IS 13 (5.47% from 255) = 8.78%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=80.41%
G=8.78%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119131600.890.870.53358.380.325.88
Hex77D100595735166501a
Octal167152001311276554612032
Binary1110111110110000010110011010111110101101100110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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