#78041B

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

Shades of Burgundy #78041B

Tints of Burgundy #78041B

Color information

#78041B (or 0x78041B) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 1B. RGB value is (120,4,27). Sum of RGB (Red+Green+Blue) = 120+4+27=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #78041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78041B is #87FBE4. Grayscale: #292929. Windows color (decimal): -8911845 or 1770616. OLE color: 1770616.

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

Color convert

RGB120427-
CMYK00.970.780.53
HSL348.1º93.55%24.31%-
HSV(B)348.1º96.67%47.06%-
XYZ7.994.161.42-
YUV41.31119.93184.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 79.47%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=79.47%
G=2.65%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12042700.970.780.53348.193.5524.31
Hex7841B0614E3515c5e18
Octal17043301411166553413630
Binary111100010011011011000011001110110101101011100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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