#790526

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

Shades of Burgundy #790526

Tints of Burgundy #790526

Color information

#790526 (or 0x790526) is unknown color: approx Burgundy. HEX triplet: 79, 05 and 26. RGB value is (121,5,38). Sum of RGB (Red+Green+Blue) = 121+5+38=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #790526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790526 is #86FAD9. Grayscale: #2B2B2B. Windows color (decimal): -8846042 or 2491769. OLE color: 2491769.

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

Color convert

RGB121538-
CMYK00.960.690.53
HSL342.93º92.06%24.71%-
HSV(B)342.93º95.87%47.45%-
XYZ8.294.312.23-
YUV43.45124.93183.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.78%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=73.78%
G=3.05%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12153800.960.690.53342.9392.0624.71
Hex7952606045351575c19
Octal17154601401056552713431
Binary1111001101100110011000001000101110101101010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790526; }

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

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

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

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

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

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

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

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