#790523

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

Shades of Burgundy #790523

Tints of Burgundy #790523

Color information

#790523 (or 0x790523) is unknown color: approx Burgundy. HEX triplet: 79, 05 and 23. RGB value is (121,5,35). Sum of RGB (Red+Green+Blue) = 121+5+35=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #790523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790523 is #86FADC. Grayscale: #2B2B2B. Windows color (decimal): -8846045 or 2295161. OLE color: 2295161.

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

Color convert

RGB121535-
CMYK00.960.710.53
HSL344.48º92.06%24.71%-
HSV(B)344.48º95.87%47.45%-
XYZ8.244.291.98-
YUV43.1123.43183.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 75.16%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=75.16%
G=3.11%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12153500.960.710.53344.4892.0624.71
Hex7952306047351585c19
Octal17154301401076553013431
Binary1111001101100011011000001000111110101101011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790523; }

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

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

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

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

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

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

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

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