#790E1C

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

Shades of Burgundy #790E1C

Tints of Burgundy #790E1C

Color information

#790E1C (or 0x790E1C) is unknown color: approx Burgundy. HEX triplet: 79, 0E and 1C. RGB value is (121,14,28). Sum of RGB (Red+Green+Blue) = 121+14+28=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #790E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E1C is #86F1E3. Grayscale: #2F2F2F. Windows color (decimal): -8843748 or 1838713. OLE color: 1838713.

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

Color convert

RGB1211428-
CMYK00.880.770.53
HSL352.15º79.26%26.47%-
HSV(B)352.15º88.43%47.45%-
XYZ8.254.461.53-
YUV47.59116.95180.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.23%
GREEN value IS 14 (5.86% from 255) = 8.59%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=74.23%
G=8.59%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121142800.880.770.53352.1579.2626.47
Hex79E1C0584D351604f1a
Octal171163401301156554011732
Binary1111001111011100010110001001101110101101100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,14,28); }

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

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

 a { background-color: rgb(121,14,28); }

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

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

 span { border-color: rgb(121,14,28); }

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