#770A1F

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

Shades of Burgundy #770A1F

Tints of Burgundy #770A1F

Color information

#770A1F (or 0x770A1F) is unknown color: approx Burgundy. HEX triplet: 77, 0A and 1F. RGB value is (119,10,31). Sum of RGB (Red+Green+Blue) = 119+10+31=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #770A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A1F is #88F5E0. Grayscale: #2D2D2D. Windows color (decimal): -8975841 or 2034295. OLE color: 2034295.

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

Color convert

RGB1191031-
CMYK00.920.740.53
HSL348.44º84.5%25.29%-
HSV(B)348.44º91.6%46.67%-
XYZ7.964.241.69-
YUV44.98120.11180.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=74.38%
G=6.25%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119103100.920.740.53348.4484.525.29
Hex77A1F05C4A3515c5419
Octal167123701341126553412431
Binary1110111101011111010111001001010110101101011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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