#790522

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

Shades of Burgundy #790522

Tints of Burgundy #790522

Color information

#790522 (or 0x790522) is unknown color: approx Burgundy. HEX triplet: 79, 05 and 22. RGB value is (121,5,34). Sum of RGB (Red+Green+Blue) = 121+5+34=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #790522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790522 is #86FADD. Grayscale: #2A2A2A. Windows color (decimal): -8846046 or 2229625. OLE color: 2229625.

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

Color convert

RGB121534-
CMYK00.960.720.53
HSL345º92.06%24.71%-
HSV(B)345º95.87%47.45%-
XYZ8.234.291.91-
YUV42.99122.93183.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 75.62%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 34 (13.67% from 255) = 21.25%
R=75.62%
G=3.12%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12153400.960.720.5334592.0624.71
Hex7952206048351595c19
Octal17154201401106553113431
Binary1111001101100010011000001001000110101101011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790522; }

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

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

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

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

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

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

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

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