#77001B

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

Shades of Burgundy #77001B

Tints of Burgundy #77001B

Color information

#77001B (or 0x77001B) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 1B. RGB value is (119,0,27). Sum of RGB (Red+Green+Blue) = 119+0+27=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #77001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77001B is #88FFE4. Grayscale: #262626. Windows color (decimal): -8978405 or 1769591. OLE color: 1769591.

HSL color Cylindrical-coordinate representation of color #77001B: hue angle of 346.39º 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 #77001B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB119027-
CMYK010.770.53
HSL346.39º100%23.33%-
HSV(B)346.39º100%46.67%-
XYZ7.8141.4-
YUV38.66121.42185.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 81.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=81.51%
G=0%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119027010.770.53346.3910023.33
Hex7701B0644D3515a6417
Octal16703301441156553214427
Binary1110111011011011001001001101110101101011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77001B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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