#77070F

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

Shades of Burgundy #77070F

Tints of Burgundy #77070F

Color information

#77070F (or 0x77070F) is unknown color: approx Burgundy. HEX triplet: 77, 07 and 0F. RGB value is (119,7,15). Sum of RGB (Red+Green+Blue) = 119+7+15=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #77070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77070F is #88F8F0. Grayscale: #292929. Windows color (decimal): -8976625 or 984951. OLE color: 984951.

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

Color convert

RGB119715-
CMYK00.940.870.53
HSL355.71º88.89%24.71%-
HSV(B)355.71º94.12%46.67%-
XYZ7.774.110.84-
YUV41.4113.11183.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 84.40%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=84.40%
G=4.96%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11971500.940.870.53355.7188.8924.71
Hex777F05E57351645919
Octal16771701361276554413131
Binary11101111111111010111101010111110101101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77070F; }

 p { color: rgb(119,7,15); }

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

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

 a { background-color: rgb(119,7,15); }

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

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

 span { border-color: rgb(119,7,15); }

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