#790029

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

Shades of Burgundy #790029

Tints of Burgundy #790029

Color information

#790029 (or 0x790029) is unknown color: approx Burgundy. HEX triplet: 79, 00 and 29. RGB value is (121,0,41). Sum of RGB (Red+Green+Blue) = 121+0+41=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #790029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790029 is #86FFD6. Grayscale: #282828. Windows color (decimal): -8847319 or 2687097. OLE color: 2687097.

HSL color Cylindrical-coordinate representation of color #790029: hue angle of 339.67º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #790029 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB121041-
CMYK010.660.53
HSL339.67º100%23.73%-
HSV(B)339.67º100%47.45%-
XYZ8.294.232.48-
YUV40.85128.09185.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=74.69%
G=0%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121041010.660.53339.6710023.73
Hex7902906442351546418
Octal17105101441026552414430
Binary11110010101001011001001000010110101101010100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790029; }

 p { color: rgb(121,0,41); }

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

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

 a { background-color: rgb(121,0,41); }

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

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

 span { border-color: rgb(121,0,41); }

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