#790E1D

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

Shades of Burgundy #790E1D

Tints of Burgundy #790E1D

Color information

#790E1D (or 0x790E1D) is unknown color: approx Burgundy. HEX triplet: 79, 0E and 1D. RGB value is (121,14,29). Sum of RGB (Red+Green+Blue) = 121+14+29=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #790E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E1D is #86F1E2. Grayscale: #2F2F2F. Windows color (decimal): -8843747 or 1904249. OLE color: 1904249.

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

Color convert

RGB1211429-
CMYK00.880.760.53
HSL351.59º79.26%26.47%-
HSV(B)351.59º88.43%47.45%-
XYZ8.264.471.59-
YUV47.7117.45180.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.78%
GREEN value IS 14 (5.86% from 255) = 8.54%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=73.78%
G=8.54%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121142900.880.760.53351.5979.2626.47
Hex79E1D0584C351604f1a
Octal171163501301146554011732
Binary1111001111011101010110001001100110101101100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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