#780426

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

Shades of Burgundy #780426

Tints of Burgundy #780426

Color information

#780426 (or 0x780426) is unknown color: approx Burgundy. HEX triplet: 78, 04 and 26. RGB value is (120,4,38). Sum of RGB (Red+Green+Blue) = 120+4+38=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #780426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780426 is #87FBD9. Grayscale: #2A2A2A. Windows color (decimal): -8911834 or 2491512. OLE color: 2491512.

HSL color Cylindrical-coordinate representation of color #780426: hue angle of 342.41º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #780426 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB120438-
CMYK00.970.680.53
HSL342.41º93.55%24.31%-
HSV(B)342.41º96.67%47.06%-
XYZ8.144.222.22-
YUV42.56125.43183.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.07%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=74.07%
G=2.47%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12043800.970.680.53342.4193.5524.31
Hex7842606144351565e18
Octal17044601411046552613630
Binary1111000100100110011000011000100110101101010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780426; }

 p { color: rgb(120,4,38); }

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

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

 a { background-color: rgb(120,4,38); }

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

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

 span { border-color: rgb(120,4,38); }

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