#77011A

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

Shades of Burgundy #77011A

Tints of Burgundy #77011A

Color information

#77011A (or 0x77011A) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 1A. RGB value is (119,1,26). Sum of RGB (Red+Green+Blue) = 119+1+26=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #77011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77011A is #88FEE5. Grayscale: #272727. Windows color (decimal): -8978150 or 1704311. OLE color: 1704311.

HSL color Cylindrical-coordinate representation of color #77011A: hue angle of 347.29º 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 #77011A is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB119126-
CMYK00.990.780.53
HSL347.29º98.33%23.53%-
HSV(B)347.29º99.16%46.67%-
XYZ7.814.021.34-
YUV39.13120.59184.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 81.51%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=81.51%
G=0.68%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11912600.990.780.53347.2998.3323.53
Hex7711A0634E3515b6218
Octal16713201431166553314230
Binary1110111111010011000111001110110101101011011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77011A; }

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

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

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

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

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

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

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

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