#790219

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

Shades of Burgundy #790219

Tints of Burgundy #790219

Color information

#790219 (or 0x790219) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 19. RGB value is (121,2,25). Sum of RGB (Red+Green+Blue) = 121+2+25=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #790219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790219 is #86FDE6. Grayscale: #282828. Windows color (decimal): -8846823 or 1639033. OLE color: 1639033.

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

Color convert

RGB121225-
CMYK00.980.790.53
HSL348.4º96.75%24.12%-
HSV(B)348.4º98.35%47.45%-
XYZ8.084.181.3-
YUV40.2119.42185.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 81.76%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=81.76%
G=1.35%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12122500.980.790.53348.496.7524.12
Hex792190624F3515c6118
Octal17123101421176553414130
Binary11110011011001011000101001111110101101011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790219; }

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

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

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

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

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

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

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

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