#790D16

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

Shades of Burgundy #790D16

Tints of Burgundy #790D16

Color information

#790D16 (or 0x790D16) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 16. RGB value is (121,13,22). Sum of RGB (Red+Green+Blue) = 121+13+22=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #790D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D16 is #86F2E9. Grayscale: #2E2E2E. Windows color (decimal): -8844010 or 1445241. OLE color: 1445241.

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

Color convert

RGB1211322-
CMYK00.890.820.53
HSL355º80.6%26.27%-
HSV(B)355º89.26%47.45%-
XYZ8.174.411.18-
YUV46.32114.28181.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 77.56%
GREEN value IS 13 (5.47% from 255) = 8.33%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=77.56%
G=8.33%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121132200.890.820.5335580.626.27
Hex79D160595235163511a
Octal171152601311226554312132
Binary1111001110110110010110011010010110101101100011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790D16; }

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

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

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

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

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

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

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

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