#780128

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

Shades of Burgundy #780128

Tints of Burgundy #780128

Color information

#780128 (or 0x780128) is unknown color: approx Burgundy. HEX triplet: 78, 01 and 28. RGB value is (120,1,40). Sum of RGB (Red+Green+Blue) = 120+1+40=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #780128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780128 is #87FED7. Grayscale: #282828. Windows color (decimal): -8912600 or 2621816. OLE color: 2621816.

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

Color convert

RGB120140-
CMYK00.990.670.53
HSL340.34º98.35%23.73%-
HSV(B)340.34º99.17%47.06%-
XYZ8.144.172.38-
YUV41.03127.42184.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.53%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=74.53%
G=0.62%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12014000.990.670.53340.3498.3523.73
Hex7812806343351546218
Octal17015001431036552414230
Binary11110001101000011000111000011110101101010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780128; }

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

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

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

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

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

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

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

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