#780016

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

Shades of Burgundy #780016

Tints of Burgundy #780016

Color information

#780016 (or 0x780016) is unknown color: approx Burgundy. HEX triplet: 78, 00 and 16. RGB value is (120,0,22). Sum of RGB (Red+Green+Blue) = 120+0+22=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #780016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780016 is #87FFE9. Grayscale: #262626. Windows color (decimal): -8912874 or 1441912. OLE color: 1441912.

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

Color convert

RGB120022-
CMYK010.820.53
HSL349º100%23.53%-
HSV(B)349º100%47.06%-
XYZ7.894.051.13-
YUV38.39118.76186.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 84.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=84.51%
G=0%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120022010.820.5334910023.53
Hex78016064523515d6418
Octal17002601441226553514430
Binary1111000010110011001001010010110101101011101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780016; }

 p { color: rgb(120,0,22); }

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

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

 a { background-color: rgb(120,0,22); }

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

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

 span { border-color: rgb(120,0,22); }

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