#790D24

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

Shades of Burgundy #790D24

Tints of Burgundy #790D24

Color information

#790D24 (or 0x790D24) is unknown color: approx Burgundy. HEX triplet: 79, 0D and 24. RGB value is (121,13,36). Sum of RGB (Red+Green+Blue) = 121+13+36=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #790D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D24 is #86F2DB. Grayscale: #2F2F2F. Windows color (decimal): -8843996 or 2362745. OLE color: 2362745.

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

Color convert

RGB1211336-
CMYK00.890.700.53
HSL347.22º80.6%26.27%-
HSV(B)347.22º89.26%47.45%-
XYZ8.354.482.09-
YUV47.91121.28180.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.18%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=71.18%
G=7.65%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121133600.890.700.53347.2280.626.27
Hex79D24059463515b511a
Octal171154401311066553312132
Binary11110011101100100010110011000110110101101011011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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