#78051B

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

Shades of Burgundy #78051B

Tints of Burgundy #78051B

Color information

#78051B (or 0x78051B) is unknown color: approx Burgundy. HEX triplet: 78, 05 and 1B. RGB value is (120,5,27). Sum of RGB (Red+Green+Blue) = 120+5+27=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #78051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78051B is #87FAE4. Grayscale: #292929. Windows color (decimal): -8911589 or 1770872. OLE color: 1770872.

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

Color convert

RGB120527-
CMYK00.960.780.53
HSL348.52º92%24.51%-
HSV(B)348.52º95.83%47.06%-
XYZ84.181.42-
YUV41.89119.6183.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.95%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=78.95%
G=3.29%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12052700.960.780.53348.529224.51
Hex7851B0604E3515d5c19
Octal17053301401166553513431
Binary111100010111011011000001001110110101101011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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