#790416

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

Shades of Burgundy #790416

Tints of Burgundy #790416

Color information

#790416 (or 0x790416) is unknown color: approx Burgundy. HEX triplet: 79, 04 and 16. RGB value is (121,4,22). Sum of RGB (Red+Green+Blue) = 121+4+22=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790416 is #86FBE9. Grayscale: #292929. Windows color (decimal): -8846314 or 1442937. OLE color: 1442937.

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

Color convert

RGB121422-
CMYK00.970.820.53
HSL350.77º93.6%24.51%-
HSV(B)350.77º96.69%47.45%-
XYZ8.074.211.15-
YUV41.04117.26185.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 82.31%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=82.31%
G=2.72%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12142200.970.820.53350.7793.624.51
Hex79416061523515f5e19
Octal17142601411226553713631
Binary111100110010110011000011010010110101101011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790416; }

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

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

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

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

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

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

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

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