#790C20

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

Shades of Burgundy #790C20

Tints of Burgundy #790C20

Color information

#790C20 (or 0x790C20) is unknown color: approx Burgundy. HEX triplet: 79, 0C and 20. RGB value is (121,12,32). Sum of RGB (Red+Green+Blue) = 121+12+32=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #790C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C20 is #86F3DF. Grayscale: #2E2E2E. Windows color (decimal): -8844256 or 2100345. OLE color: 2100345.

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

Color convert

RGB1211232-
CMYK00.900.740.53
HSL348.99º81.95%26.08%-
HSV(B)348.99º90.08%47.45%-
XYZ8.284.431.79-
YUV46.87119.61180.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.33%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=73.33%
G=7.27%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121123200.900.740.53348.9981.9526.08
Hex79C2005A4A3515d521a
Octal171144001321126553512232
Binary11110011100100000010110101001010110101101011101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,12,32); }

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

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

 a { background-color: rgb(121,12,32); }

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

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

 span { border-color: rgb(121,12,32); }

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