#780627

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

Shades of Burgundy #780627

Tints of Burgundy #780627

Color information

#780627 (or 0x780627) is unknown color: approx Burgundy. HEX triplet: 78, 06 and 27. RGB value is (120,6,39). Sum of RGB (Red+Green+Blue) = 120+6+39=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #780627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780627 is #87F9D8. Grayscale: #2B2B2B. Windows color (decimal): -8911321 or 2557560. OLE color: 2557560.

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

Color convert

RGB120639-
CMYK00.950.670.53
HSL342.63º90.48%24.71%-
HSV(B)342.63º95%47.06%-
XYZ8.184.272.31-
YUV43.85125.27182.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=72.73%
G=3.64%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12063900.950.670.53342.6390.4824.71
Hex7862705F43351575a19
Octal17064701371036552713231
Binary1111000110100111010111111000011110101101010111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780627; }

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

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

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

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

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

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

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

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