#790919

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

Shades of Burgundy #790919

Tints of Burgundy #790919

Color information

#790919 (or 0x790919) is unknown color: approx Burgundy. HEX triplet: 79, 09 and 19. RGB value is (121,9,25). Sum of RGB (Red+Green+Blue) = 121+9+25=155 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.06% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 121 - color contains mainly: red. Hex color #790919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790919 is #86F6E6. Grayscale: #2C2C2C. Windows color (decimal): -8845031 or 1640825. OLE color: 1640825.

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

Color convert

RGB121925-
CMYK00.930.790.53
HSL351.43º86.15%25.49%-
HSV(B)351.43º92.56%47.45%-
XYZ8.164.331.33-
YUV44.31117.11182.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 78.06%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=78.06%
G=5.81%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12192500.930.790.53351.4386.1525.49
Hex7991905D4F3515f5619
Octal171113101351176553712631
Binary1111001100111001010111011001111110101101011111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790919; }

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

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

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

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

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

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

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

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