#78041C

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

Shades of Burgundy #78041C

Tints of Burgundy #78041C

Color information

#78041C (or 0x78041C) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 1C. RGB value is (120,4,28). Sum of RGB (Red+Green+Blue) = 120+4+28=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78041C is #87FBE3. Grayscale: #292929. Windows color (decimal): -8911844 or 1836152. OLE color: 1836152.

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

Color convert

RGB120428-
CMYK00.970.770.53
HSL347.59º93.55%24.31%-
HSV(B)347.59º96.67%47.06%-
XYZ84.161.48-
YUV41.42120.43184.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.95%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=78.95%
G=2.63%
B=18.42%

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
Decimal12042800.970.770.53347.5993.5524.31
Hex7841C0614D3515c5e18
Octal17043401411156553413630
Binary111100010011100011000011001101110101101011100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,4,28); }

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

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

 a { background-color: rgb(120,4,28); }

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

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

 span { border-color: rgb(120,4,28); }

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