#780611

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

Shades of Burgundy #780611

Tints of Burgundy #780611

Color information

#780611 (or 0x780611) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 11. RGB value is (120,6,17). Sum of RGB (Red+Green+Blue) = 120+6+17=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #780611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780611 is #87F9EE. Grayscale: #292929. Windows color (decimal): -8911343 or 1115768. OLE color: 1115768.

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

Color convert

RGB120617-
CMYK00.950.860.53
HSL354.21º90.48%24.71%-
HSV(B)354.21º95%47.06%-
XYZ7.914.160.92-
YUV41.34114.27184.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 83.92%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=83.92%
G=4.20%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12061700.950.860.53354.2190.4824.71
Hex7861105F56351625a19
Octal17062101371266554213231
Binary111100011010001010111111010110110101101100010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780611; }

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

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

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

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

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

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

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

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