#77041B

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

Shades of Burgundy #77041B

Tints of Burgundy #77041B

Color information

#77041B (or 0x77041B) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 1B. RGB value is (119,4,27). Sum of RGB (Red+Green+Blue) = 119+4+27=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #77041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77041B is #88FBE4. Grayscale: #292929. Windows color (decimal): -8977381 or 1770615. OLE color: 1770615.

HSL color Cylindrical-coordinate representation of color #77041B: hue angle of 348º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77041B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB119427-
CMYK00.970.770.53
HSL348º93.5%24.12%-
HSV(B)348º96.64%46.67%-
XYZ7.854.091.41-
YUV41.01120.1183.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.33%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 27 (10.94% from 255) = 18%
R=79.33%
G=2.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11942700.970.770.5334893.524.12
Hex7741B0614D3515c5d18
Octal16743301411156553413530
Binary111011110011011011000011001101110101101011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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