#77012C

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

Shades of Burgundy #77012C

Tints of Burgundy #77012C

Color information

#77012C (or 0x77012C) is unknown color: approx Burgundy. HEX triplet: 77, 01 and 2C. RGB value is (119,1,44). Sum of RGB (Red+Green+Blue) = 119+1+44=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #77012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77012C is #88FED3. Grayscale: #292929. Windows color (decimal): -8978132 or 2883959. OLE color: 2883959.

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

Color convert

RGB119144-
CMYK00.990.630.53
HSL338.14º98.33%23.53%-
HSV(B)338.14º99.16%46.67%-
XYZ8.074.132.75-
YUV41.18129.59183.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.56%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 44 (17.58% from 255) = 26.83%
R=72.56%
G=0.61%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11914400.990.630.53338.1498.3323.53
Hex7712C0633F351526218
Octal1671540143776552214230
Binary1110111110110001100011111111110101101010010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77012C; }

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

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

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

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

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

<style>
 span { border-color: #77012C; }

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

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