#790129

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

Shades of Burgundy #790129

Tints of Burgundy #790129

Color information

#790129 (or 0x790129) is unknown color: approx Burgundy. HEX triplet: 79, 01 and 29. RGB value is (121,1,41). Sum of RGB (Red+Green+Blue) = 121+1+41=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #790129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790129 is #86FED6. Grayscale: #292929. Windows color (decimal): -8847063 or 2687353. OLE color: 2687353.

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

Color convert

RGB121141-
CMYK00.990.660.53
HSL340º98.36%23.92%-
HSV(B)340º99.17%47.45%-
XYZ8.34.252.48-
YUV41.44127.76184.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.23%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=74.23%
G=0.61%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12114100.990.660.5334098.3623.92
Hex7912906342351546218
Octal17115101431026552414230
Binary11110011101001011000111000010110101101010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790129; }

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

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

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

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

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

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

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

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