#780618

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

Shades of Burgundy #780618

Tints of Burgundy #780618

Color information

#780618 (or 0x780618) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 18. RGB value is (120,6,24). Sum of RGB (Red+Green+Blue) = 120+6+24=150 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 120 - color contains mainly: red. Hex color #780618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780618 is #87F9E7. Grayscale: #2A2A2A. Windows color (decimal): -8911336 or 1574520. OLE color: 1574520.

HSL color Cylindrical-coordinate representation of color #780618: hue angle of 350.53º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780618 is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB120624-
CMYK00.950.80.53
HSL350.53º90.48%24.71%-
HSV(B)350.53º95%47.06%-
XYZ7.984.191.25-
YUV42.14117.77183.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 24 (9.77% from 255) = 16%
R=80%
G=4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12062400.950.80.53350.5390.4824.71
Hex7861805F503515f5a19
Octal17063001371206553713231
Binary111100011011000010111111010000110101101011111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780618; }

 p { color: rgb(120,6,24); }

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

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

 a { background-color: rgb(120,6,24); }

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

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

 span { border-color: rgb(120,6,24); }

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