#780120

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

Shades of Burgundy #780120

Tints of Burgundy #780120

Color information

#780120 (or 0x780120) is unknown color: approx Burgundy. HEX triplet: 78, 01 and 20. RGB value is (120,1,32). Sum of RGB (Red+Green+Blue) = 120+1+32=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #780120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780120 is #87FEDF. Grayscale: #282828. Windows color (decimal): -8912608 or 2097528. OLE color: 2097528.

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

Color convert

RGB120132-
CMYK00.990.730.53
HSL344.37º98.35%23.73%-
HSV(B)344.37º99.17%47.06%-
XYZ8.024.121.74-
YUV40.12123.42184.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.43%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=78.43%
G=0.65%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12013200.990.730.53344.3798.3523.73
Hex7812006349351586218
Octal17014001431116553014230
Binary11110001100000011000111001001110101101011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780120; }

 p { color: rgb(120,1,32); }

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

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

 a { background-color: rgb(120,1,32); }

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

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

 span { border-color: rgb(120,1,32); }

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