#790119

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

Shades of Burgundy #790119

Tints of Burgundy #790119

Color information

#790119 (or 0x790119) is unknown color: approx Burgundy. HEX triplet: 79, 01 and 19. RGB value is (121,1,25). Sum of RGB (Red+Green+Blue) = 121+1+25=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790119 is #86FEE6. Grayscale: #272727. Windows color (decimal): -8847079 or 1638777. OLE color: 1638777.

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

Color convert

RGB121125-
CMYK00.990.790.53
HSL348º98.36%23.92%-
HSV(B)348º99.17%47.45%-
XYZ8.074.161.3-
YUV39.62119.76186.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 82.31%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=82.31%
G=0.68%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112500.990.790.5334898.3623.92
Hex791190634F3515c6218
Octal17113101431176553414230
Binary1111001111001011000111001111110101101011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790119; }

 p { color: rgb(121,1,25); }

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

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

 a { background-color: rgb(121,1,25); }

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

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

 span { border-color: rgb(121,1,25); }

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