#780216

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

Shades of Burgundy #780216

Tints of Burgundy #780216

Color information

#780216 (or 0x780216) is unknown color: approx Burgundy. HEX triplet: 78, 02 and 16. RGB value is (120,2,22). Sum of RGB (Red+Green+Blue) = 120+2+22=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #780216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780216 is #87FDE9. Grayscale: #272727. Windows color (decimal): -8912362 or 1442424. OLE color: 1442424.

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

Color convert

RGB120222-
CMYK00.980.820.53
HSL349.83º96.72%23.92%-
HSV(B)349.83º98.33%47.06%-
XYZ7.914.091.13-
YUV39.56118.09185.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=83.33%
G=1.39%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12022200.980.820.53349.8396.7223.92
Hex78216062523515e6118
Octal17022601421226553614130
Binary11110001010110011000101010010110101101011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780216; }

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

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

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

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

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

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

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

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