#77031B

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

Shades of Burgundy #77031B

Tints of Burgundy #77031B

Color information

#77031B (or 0x77031B) is unknown color: approx Burgundy. HEX triplet: 77, 03 and 1B. RGB value is (119,3,27). Sum of RGB (Red+Green+Blue) = 119+3+27=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #77031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77031B is #88FCE4. Grayscale: #282828. Windows color (decimal): -8977637 or 1770359. OLE color: 1770359.

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

Color convert

RGB119327-
CMYK00.970.770.53
HSL347.59º95.08%23.92%-
HSV(B)347.59º97.48%46.67%-
XYZ7.844.071.41-
YUV40.42120.43184.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.87%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=79.87%
G=2.01%
B=18.12%

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
Decimal11932700.970.770.53347.5995.0823.92
Hex7731B0614D3515c5f18
Octal16733301411156553413730
Binary11101111111011011000011001101110101101011100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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