#790026

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

Shades of Burgundy #790026

Tints of Burgundy #790026

Color information

#790026 (or 0x790026) is unknown color: approx Burgundy. HEX triplet: 79, 00 and 26. RGB value is (121,0,38). Sum of RGB (Red+Green+Blue) = 121+0+38=159 (21% of max value = 765). Red value is 121 (47.66% from 255 or 76.10% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 121 - color contains mainly: red. Hex color #790026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790026 is #86FFD9. Grayscale: #282828. Windows color (decimal): -8847322 or 2490489. OLE color: 2490489.

HSL color Cylindrical-coordinate representation of color #790026: hue angle of 341.16º 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 #790026 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB121038-
CMYK010.690.53
HSL341.16º100%23.73%-
HSV(B)341.16º100%47.45%-
XYZ8.244.22.21-
YUV40.51126.59185.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=76.10%
G=0%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121038010.690.53341.1610023.73
Hex7902606445351556418
Octal17104601441056552514430
Binary11110010100110011001001000101110101101010101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790026; }

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

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

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

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

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

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

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

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