#780819

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

Shades of Burgundy #780819

Tints of Burgundy #780819

Color information

#780819 (or 0x780819) is unknown color: approx Burgundy. HEX triplet: 78, 08 and 19. RGB value is (120,8,25). Sum of RGB (Red+Green+Blue) = 120+8+25=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #780819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780819 is #87F7E6. Grayscale: #2B2B2B. Windows color (decimal): -8910823 or 1640568. OLE color: 1640568.

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

Color convert

RGB120825-
CMYK00.930.790.53
HSL350.89º87.5%25.1%-
HSV(B)350.89º93.33%47.06%-
XYZ8.014.241.32-
YUV43.43117.61182.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.43%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=78.43%
G=5.23%
B=16.34%

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
Decimal12082500.930.790.53350.8987.525.1
Hex7881905D4F3515f5819
Octal170103101351176553713031
Binary1111000100011001010111011001111110101101011111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780819; }

 p { color: rgb(120,8,25); }

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

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

 a { background-color: rgb(120,8,25); }

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

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

 span { border-color: rgb(120,8,25); }

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