#790429

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

Shades of Burgundy #790429

Tints of Burgundy #790429

Color information

#790429 (or 0x790429) is unknown color: approx Burgundy. HEX triplet: 79, 04 and 29. RGB value is (121,4,41). Sum of RGB (Red+Green+Blue) = 121+4+41=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #790429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790429 is #86FBD6. Grayscale: #2B2B2B. Windows color (decimal): -8846295 or 2688121. OLE color: 2688121.

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

Color convert

RGB121441-
CMYK00.970.660.53
HSL341.03º93.6%24.51%-
HSV(B)341.03º96.69%47.45%-
XYZ8.334.312.49-
YUV43.2126.76183.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.89%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=72.89%
G=2.41%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12144100.970.660.53341.0393.624.51
Hex7942906142351555e19
Octal17145101411026552513631
Binary1111001100101001011000011000010110101101010101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790429; }

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

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

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

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

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

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

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

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