#77052c

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

Shades of Burgundy #77052C

Tints of Burgundy #77052C

Color information

#77052C (or 0x77052C) is unknown color: approx Burgundy. HEX triplet: 77, 05 and 2C. RGB value is (119,5,44). Sum of RGB (Red+Green+Blue) = 119+5+44=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77052C is #88FAD3. Grayscale: #2B2B2B. Windows color (decimal): -8977108 or 2884983. OLE color: 2884983.

HSL color Cylindrical-coordinate representation of color #77052C: hue angle of 339.47º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77052C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB119544-
CMYK00.960.630.53
HSL339.47º91.94%24.31%-
HSV(B)339.47º95.8%46.67%-
XYZ8.124.212.77-
YUV43.53128.27181.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=70.83%
G=2.98%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11954400.960.630.53339.4791.9424.31
Hex7752C0603F351535c18
Octal1675540140776552313430
Binary111011110110110001100000111111110101101010011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77052c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77052c; }

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

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

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

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

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

<style>
 span { border-color: #77052c; }

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

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