#790216

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

Shades of Burgundy #790216

Tints of Burgundy #790216

Color information

#790216 (or 0x790216) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 16. RGB value is (121,2,22). Sum of RGB (Red+Green+Blue) = 121+2+22=145 (19% of max value = 765). Red value is 121 (47.66% from 255 or 83.45% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 121 - color contains mainly: red. Hex color #790216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790216 is #86FDE9. Grayscale: #272727. Windows color (decimal): -8846826 or 1442425. OLE color: 1442425.

HSL color Cylindrical-coordinate representation of color #790216: hue angle of 349.92º 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 #790216 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB121222-
CMYK00.980.820.53
HSL349.92º96.75%24.12%-
HSV(B)349.92º98.35%47.45%-
XYZ8.054.171.14-
YUV39.86117.92185.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 83.45%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=83.45%
G=1.38%
B=15.17%

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
Decimal12122200.980.820.53349.9296.7524.12
Hex79216062523515e6118
Octal17122601421226553614130
Binary11110011010110011000101010010110101101011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790216; }

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

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

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

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

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

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

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

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