#780631

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

Shades of Burgundy #780631

Tints of Burgundy #780631

Color information

#780631 (or 0x780631) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 31. RGB value is (120,6,49). Sum of RGB (Red+Green+Blue) = 120+6+49=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780631 is #87F9CE. Grayscale: #2C2C2C. Windows color (decimal): -8911311 or 3212920. OLE color: 3212920.

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

Color convert

RGB120649-
CMYK00.950.590.53
HSL337.37º90.48%24.71%-
HSV(B)337.37º95%47.06%-
XYZ8.374.353.3-
YUV44.99130.27181.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 49 (19.53% from 255) = 28%
R=68.57%
G=3.43%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12064900.950.590.53337.3790.4824.71
Hex7863105F3B351515a19
Octal1706610137736552113231
Binary111100011011000101011111111011110101101010001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780631; }

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

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

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

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

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

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

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

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