#790211

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

Shades of Burgundy #790211

Tints of Burgundy #790211

Color information

#790211 (or 0x790211) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 11. RGB value is (121,2,17). Sum of RGB (Red+Green+Blue) = 121+2+17=140 (18% of max value = 765). Red value is 121 (47.66% from 255 or 86.43% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 121 - color contains mainly: red. Hex color #790211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790211 is #86FDEE. Grayscale: #272727. Windows color (decimal): -8846831 or 1114745. OLE color: 1114745.

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

Color convert

RGB121217-
CMYK00.980.860.53
HSL352.44º96.75%24.12%-
HSV(B)352.44º98.35%47.45%-
XYZ8.014.150.91-
YUV39.29115.42186.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 86.43%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=86.43%
G=1.43%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12121700.980.860.53352.4496.7524.12
Hex7921106256351606118
Octal17122101421266554014130
Binary11110011010001011000101010110110101101100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790211; }

 p { color: rgb(121,2,17); }

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

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

 a { background-color: rgb(121,2,17); }

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

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

 span { border-color: rgb(121,2,17); }

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