#77001a

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

Shades of Burgundy #77001A

Tints of Burgundy #77001A

Color information

#77001A (or 0x77001A) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 1A. RGB value is (119,0,26). Sum of RGB (Red+Green+Blue) = 119+0+26=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #77001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77001A is #88FFE5. Grayscale: #262626. Windows color (decimal): -8978406 or 1704055. OLE color: 1704055.

HSL color Cylindrical-coordinate representation of color #77001A: hue angle of 346.89º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77001A is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB119026-
CMYK010.780.53
HSL346.89º100%23.33%-
HSV(B)346.89º100%46.67%-
XYZ7.7941.34-
YUV38.54120.92185.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=82.07%
G=0%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119026010.780.53346.8910023.33
Hex7701A0644E3515b6417
Octal16703201441166553314427
Binary1110111011010011001001001110110101101011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77001a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77001a; }

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

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

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

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

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

<style>
 span { border-color: #77001a; }

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

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