#790D17

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

Shades of Burgundy #790D17

Tints of Burgundy #790D17

Color information

#790D17 (or 0x790D17) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 17. RGB value is (121,13,23). Sum of RGB (Red+Green+Blue) = 121+13+23=157 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.07% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 121 - color contains mainly: red. Hex color #790D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790D17 is #86F2E8. Grayscale: #2E2E2E. Windows color (decimal): -8844009 or 1510777. OLE color: 1510777.

HSL color Cylindrical-coordinate representation of color #790D17: hue angle of 354.44º 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 #790D17 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB1211323-
CMYK00.890.810.53
HSL354.44º80.6%26.27%-
HSV(B)354.44º89.26%47.45%-
XYZ8.184.411.23-
YUV46.43114.78181.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 77.07%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 23 (9.38% from 255) = 14.65%
R=77.07%
G=8.28%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121132300.890.810.53354.4480.626.27
Hex79D170595135162511a
Octal171152701311216554212132
Binary1111001110110111010110011010001110101101100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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