#780919

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

Shades of Burgundy #780919

Tints of Burgundy #780919

Color information

#780919 (or 0x780919) is unknown color: approx Burgundy. HEX triplet: 78, 09 and 19. RGB value is (120,9,25). Sum of RGB (Red+Green+Blue) = 120+9+25=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #780919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780919 is #87F6E6. Grayscale: #2C2C2C. Windows color (decimal): -8910567 or 1640824. OLE color: 1640824.

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

Color convert

RGB120925-
CMYK00.920.790.53
HSL351.35º86.05%25.29%-
HSV(B)351.35º92.5%47.06%-
XYZ8.024.261.32-
YUV44.01117.27182.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 77.92%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 25 (10.16% from 255) = 16.23%
R=77.92%
G=5.84%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12092500.920.790.53351.3586.0525.29
Hex7891905C4F3515f5619
Octal170113101341176553712631
Binary1111000100111001010111001001111110101101011111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780919; }

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

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

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

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

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

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

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

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