#78052C

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

Shades of Burgundy #78052C

Tints of Burgundy #78052C

Color information

#78052C (or 0x78052C) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 2C. RGB value is (120,5,44). Sum of RGB (Red+Green+Blue) = 120+5+44=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #78052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78052C is #87FAD3. Grayscale: #2B2B2B. Windows color (decimal): -8911572 or 2884984. OLE color: 2884984.

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

Color convert

RGB120544-
CMYK00.960.630.53
HSL339.65º92%24.51%-
HSV(B)339.65º95.83%47.06%-
XYZ8.254.282.77-
YUV43.83128.1182.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=71.01%
G=2.96%
B=26.04%

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
Decimal12054400.960.630.53339.659224.51
Hex7852C0603F351545c19
Octal1705540140776552413431
Binary111100010110110001100000111111110101101010100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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